mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
[sw/bootloader] fix makefile default
This commit is contained in:
parent
6955eb5734
commit
2670ee1167
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ USER_FLAGS += \
|
|||
#USER_FLAGS += -DTWI_CLK_PRSC=CLK_PRSC_64
|
||||
#USER_FLAGS += -DTWI_CLK_DIV=3
|
||||
#USER_FLAGS += -DTWI_SLAVE_ID=0x50
|
||||
#USER_FLAGS += -DTWI_ADDR_BYTES=0x50
|
||||
#USER_FLAGS += -DTWI_ADDR_BYTES=1
|
||||
|
||||
# Set path to NEORV32 root directory
|
||||
NEORV32_HOME ?= ../..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue