HAL_Linux: fixed a build warning

This commit is contained in:
Andrew Tridgell 2014-07-07 09:00:58 +10:00
parent 2982fc029c
commit 8c4565c741
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
int main (int argc, char * const argv[]) { \
hal.init(argc, argv); \
hal.scheduler->system_initialized(); \
setup();\
setup();\
for(;;) loop();\
return 0;\
}\