Skip to content

Commit b84a191

Browse files
author
Clément Léger
committed
Fix wrong bootloader size in makefile
1 parent 1a28423 commit b84a191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/Makefile.cypress

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CY8C49_flash_array_size := 32768
55
CY8C49_flash_row_size := 128
66
CY8C49_mcpu := cortex-m0
77
CY8C49_cpu_dir := CortexM0
8-
CY8C49_bootloader_size := 4296
8+
CY8C49_bootloader_size := 4352
99
CY8C49_psoc_type := PSoC4
1010

1111
PROJECT_DIR ?= $(error PROJECT_DIR must be defined)

0 commit comments

Comments
 (0)