ADD: added a compiling flag -DHAS_512_FLASH i common/Makefile.common, to be used for PM3 devices with 512KB. Original commit from @hewitt

This commit is contained in:
iceman1001
2016-10-07 00:12:09 +02:00
parent 77e1bab94a
commit 5a08545794
4 changed files with 15 additions and 3 deletions

View File

@@ -59,6 +59,7 @@ DETECTED_OS=Windows
endif
APP_CFLAGS += -DHAS_512_FLASH
# Also search prerequisites in the common directory (for usb.c), the fpga directory (for fpga.bit), and the zlib directory
VPATH = . ../common ../fpga ../zlib