[RTE] minor edit

no info output if UART0 not implemented
This commit is contained in:
stnolting 2024-01-31 21:57:50 +01:00
parent 3b58dbe16e
commit 049f51ab70

View file

@ -448,6 +448,10 @@ void neorv32_rte_print_info(void) {
"FIRQ_15 "
};
if (neorv32_uart0_available() == 0) {
return; // cannot output anything if UART0 is not implemented
}
neorv32_uart0_puts("\n\n<< NEORV32 RTE Configuration >>\n\n");
// header