Skip to content

Commit 5a1df67

Browse files
author
PanKleszcz
committed
feat: fix flash size in makefile
1 parent 7000efb commit 5a1df67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ $(info Building for Fnirsi )
300300
DEVICE_BSP_DIR=./Core/BSP/Fnirsi
301301
LDSCRIPT=${DEVICE_BSP_DIR}/Scripts/n32l403_flash_user.ld
302302

303-
flash_size=106k
303+
flash_size=104k
304304
bootldr_size=0x5800
305305

306306
DEV_GLOBAL_DEFS=-D N32L40X \

0 commit comments

Comments
 (0)