Skip to content

Commit

Permalink
Fix Bootloader Makefile UART_BAUD (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting authored Feb 20, 2025
2 parents 54581c5 + 8d219f2 commit 50d0cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/bootloader/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50d0cb7

Please sign in to comment.