Skip to content

Commit c96632c

Browse files
committed
Add BOARD_FLASH_SIZE definition to CFLAGS for G431 MCU
1 parent b8e2d27 commit c96632c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arkg4makefile.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ CFLAGS_$(MCU) += \
2727
-DMCU_G431 \
2828
-DUSE_FULL_LL_DRIVER \
2929
-DPREFETCH_ENABLE=1 \
30+
-DBOARD_FLASH_SIZE=128 \
3031
-DRAM_LIMIT_KB=112
3132

3233
# RGB LED on PC6 (red), PC7 (green), PC8 (blue), active low

0 commit comments

Comments
 (0)