mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 04:53:42 +00:00
compiler: Implement init()
This commit is contained in:
@@ -18,7 +18,6 @@ void uart_send(uint8_t c) {
|
||||
}
|
||||
|
||||
void _start() {
|
||||
uart_init(6); // pin_tx = 6, for NRF52840-DK
|
||||
main();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user