mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 10:33:49 +01:00
cpu/esp32: use ets_printf instead of puts in startup
This commit is contained in:
parent
9719bbf432
commit
610512b4c3
@ -322,7 +322,7 @@ static NORETURN void IRAM system_init (void)
|
|||||||
LOG_STARTUP("Starting RIOT kernel on PRO cpu\n");
|
LOG_STARTUP("Starting RIOT kernel on PRO cpu\n");
|
||||||
esp_rom_uart_tx_wait_idle(CONFIG_ESP_CONSOLE_UART_NUM);
|
esp_rom_uart_tx_wait_idle(CONFIG_ESP_CONSOLE_UART_NUM);
|
||||||
#else
|
#else
|
||||||
puts("");
|
ets_printf("\n");
|
||||||
#endif
|
#endif
|
||||||
kernel_init();
|
kernel_init();
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user