thermosphere: rebase, doesn't work

This commit is contained in:
TuxSH
2019-07-21 21:35:52 +02:00
parent c326492464
commit 3c2ff2933a
6 changed files with 327 additions and 145 deletions

View File

@@ -4,9 +4,11 @@
int main(void)
{
uart_config(UART_C);
uart_reset(UART_C);
uart_init(UART_C, 115200, true);
//uart_send(UART_C, "0123\n", 3);
serialLog("Hello from Thermosphere!\n");
serialLog("Hello from Thermosphere!\r\n");
return 0;
}