Revision 5d321afa configurations/HelloWorld/modules/NUCLEO-F401RE/mainincludes.hpp
configurations/HelloWorld/modules/NUCLEO-F401RE/mainincludes.hpp | ||
---|---|---|
20 | 20 |
#define MAININCLUDES_HPP |
21 | 21 |
|
22 | 22 |
#include <urtware.h> |
23 |
#include <helloworld.h> |
|
24 |
|
|
25 |
#define AMIROOS_CFG_MAIN_INIT_HOOK_4() { \ |
|
26 |
aosprintf("HELLO WORLD!\n"); \ |
|
27 |
urtCoreInit(); \ |
|
28 |
helloFunction helloWorld = &hello; \ |
|
29 |
helloFunction helloSvenja = &hello; \ |
|
30 |
} |
|
31 |
/*hellowInit(helloSvenja(3));*/ |
|
32 |
|
|
23 | 33 |
|
24 | 34 |
#endif /* MAININCLUDES_HPP */ |
Also available in: Unified diff