Change to build V3 by default
This commit is contained in:
parent
d98bff20d1
commit
97b70cb069
@ -115,6 +115,8 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
|
|||||||
# PCB Revision
|
# PCB Revision
|
||||||
ifdef REV
|
ifdef REV
|
||||||
OPT_DEFS += -DREV_$(REV)
|
OPT_DEFS += -DREV_$(REV)
|
||||||
|
else
|
||||||
|
OPT_DEFS += -DREV_V3
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Additional definitions from command line
|
# Additional definitions from command line
|
||||||
|
Reference in New Issue
Block a user