mirror of https://github.com/ArduPilot/ardupilot
HAL_Linux: fixed a build warning
This commit is contained in:
parent
2982fc029c
commit
8c4565c741
|
@ -8,7 +8,7 @@
|
||||||
int main (int argc, char * const argv[]) { \
|
int main (int argc, char * const argv[]) { \
|
||||||
hal.init(argc, argv); \
|
hal.init(argc, argv); \
|
||||||
hal.scheduler->system_initialized(); \
|
hal.scheduler->system_initialized(); \
|
||||||
setup();\
|
setup();\
|
||||||
for(;;) loop();\
|
for(;;) loop();\
|
||||||
return 0;\
|
return 0;\
|
||||||
}\
|
}\
|
||||||
|
|
Loading…
Reference in New Issue