startup code etc.
This commit is contained in:
@@ -17,7 +17,9 @@ int main(void)
|
||||
shell_init(&uart_1);
|
||||
shell_commands_init();
|
||||
|
||||
schedule_start();
|
||||
while(1) {
|
||||
sleep_ms(1000);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user