aboutsummaryrefslogtreecommitdiffhomepage
path: root/source/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Makefile b/source/Makefile
index 01cd929f..0754d7c6 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -84,7 +84,8 @@ DEVICE_BSP_DIR=./Core/BSP/Miniware
LDSCRIPT=./Core/BSP/Miniware/stm32f103.ld
ifeq ($(model),$(filter $(model),TS101))
-flash_size=126k
+# 128K, but logo must be at 99K so their broken ass DFU can flash it
+flash_size=98k
bootldr_size=0x8000
DEVICE_DFU_ADDRESS=0x08008000
else