Remove unnecessary files from last commit

This commit is contained in:
Josh Stewart 2017-10-26 12:30:28 +11:00
parent 1cfdcb0c77
commit 8690c3c9a1
2 changed files with 2 additions and 3968 deletions

3967
output.map

File diff suppressed because it is too large Load Diff

View File

@ -43,7 +43,8 @@ framework = arduino
; framework-arduinoststm32
board = bluepill_f103c8
lib_deps = EEPROM
build_flags = -fpermissive -std=gnu++11 -Os -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,-Map,output.map
;build_flags = -fpermissive -std=gnu++11 -Os -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,-Map,output.map
build_flags = -fpermissive -std=gnu++11 -Os
[platformio]