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