mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 13:47:33 -04:00
[s/lib/rte] minor format edits
This commit is contained in:
parent
172a11201e
commit
3f5078ec43
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ void neorv32_rte_print_hw_config(void) {
|
|||
__neorv32_rte_print_true_false(SYSINFO_FEATURES & (1 << SYSINFO_FEATURES_MEM_EXT));
|
||||
|
||||
// peripherals
|
||||
neorv32_uart_printf("\n-- Processor Peripherals --\n");
|
||||
neorv32_uart_printf("\n-- Available Processor Peripherals --\n");
|
||||
|
||||
tmp = SYSINFO_FEATURES;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue