startup code etc.

This commit is contained in:
tkl
2016-08-21 13:12:03 +02:00
parent c67250b793
commit eaef0cfffa
24 changed files with 2284 additions and 412 deletions

View File

@@ -17,7 +17,9 @@ int main(void)
shell_init(&uart_1);
shell_commands_init();
schedule_start();
while(1) {
sleep_ms(1000);
}
return 0;
}