thermosphere: attempt to output to uart-c
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
#include "utils.h"
|
||||
#include "uart.h"
|
||||
#include "car.h"
|
||||
#include "log.h"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
// Setup stuff
|
||||
// Init uart (hardcoded atm)
|
||||
uart_select(UART_C);
|
||||
clkrst_reboot(CARDEVICE_UARTC);
|
||||
uart_init(UART_C, 115200, true);
|
||||
|
||||
serialLog("Hello from Thermosphere!\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user