AP_HAL_Empty: main calls system_initialized

This commit is contained in:
Pat Hickey 2013-01-10 14:37:07 -08:00
parent 2b621dc579
commit 4d5d08ad10
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
int main (void) {\
hal.init(0, NULL); \
setup();\
hal.scheduler->system_initialized(); \
for(;;) loop();\
return 0;\
}\