mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
Fix Bootloader Makefile UART_BAUD
This commit is contained in:
parent
1f17db9ae4
commit
93460fb8fa
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ USER_FLAGS += \
|
|||
# Warning: Enabling them all while sticking to the minimal RISC-V ISA will result in a too-large binary!
|
||||
|
||||
#USER_FLAGS += -DUART_EN=1
|
||||
#USER_FLAGS += -DUART_EN=19200
|
||||
#USER_FLAGS += -DUART_BAUD=19200
|
||||
#USER_FLAGS += -DUART_HW_HANDSHAKE_EN=0
|
||||
|
||||
#USER_FLAGS += -DSTATUS_LED_EN=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue