Merge pull request #705 from AndersHoglund/fix_the_reds
PORT103R build failed, updated flash size to 256k.
This commit is contained in:
commit
119dac5423
|
@ -1,4 +1,7 @@
|
|||
F1_TARGETS += $(TARGET)
|
||||
256K_TARGETS += $(TARGET)
|
||||
FLASH_SIZE = 256
|
||||
|
||||
FEATURES = ONBOARDFLASH HIGHEND
|
||||
|
||||
DEVICE_FLAGS = -DSTM32F10X_HD
|
||||
|
|
Loading…
Reference in New Issue