minor edits

This commit is contained in:
stnolting 2020-07-25 11:03:14 +02:00
parent 4f6cffff5b
commit 17ad773155
2 changed files with 4 additions and 2 deletions

View file

@ -124,7 +124,7 @@ void portable_init(core_portable *p, int *argc, char *argv[])
neorv32_cpu_dint();
// capture all exceptions and give debug information
neorv32_rte_enable_debug_mode();
neorv32_rte_setup();
// setup neorv32 UART
neorv32_uart_setup(BAUD_RATE, 0, 0);

View file

@ -659,7 +659,9 @@ int main() {
// error report
// ----------------------------------------------------------
// Final test reports
// ----------------------------------------------------------
neorv32_uart_printf("\n\nTests: %i\nOK: %i\nFAIL: %i\n\n", cnt_test, cnt_ok, cnt_fail);
// final result