mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
AP_HAL_Empty: main calls system_initialized
This commit is contained in:
parent
2b621dc579
commit
4d5d08ad10
@ -8,6 +8,7 @@
|
|||||||
int main (void) {\
|
int main (void) {\
|
||||||
hal.init(0, NULL); \
|
hal.init(0, NULL); \
|
||||||
setup();\
|
setup();\
|
||||||
|
hal.scheduler->system_initialized(); \
|
||||||
for(;;) loop();\
|
for(;;) loop();\
|
||||||
return 0;\
|
return 0;\
|
||||||
}\
|
}\
|
||||||
|
Loading…
Reference in New Issue
Block a user