1
0

Change to build V3 by default

This commit is contained in:
Kai Ryu 2014-08-22 19:52:32 +09:00
parent d98bff20d1
commit 97b70cb069

View File

@ -115,6 +115,8 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
# PCB Revision
ifdef REV
OPT_DEFS += -DREV_$(REV)
else
OPT_DEFS += -DREV_V3
endif
# Additional definitions from command line