Skip to content

Commit 07cd2ff

Browse files
committed
restore 4kB gap pending resolution of #7011
1 parent 6e2c240 commit 07cd2ff

File tree

1 file changed

+1
-1
lines changed
  • ports/raspberrypi/boards/raspberry_pi_pico_w

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/raspberry_pi_pico_w/link.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
MEMORY
2525
{
26-
FLASH_FIRMWARE (rx) : ORIGIN = 0x10000000, LENGTH = 1532k
26+
FLASH_FIRMWARE (rx) : ORIGIN = 0x10000000, LENGTH = 1528k
2727
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 256k
2828
SCRATCH_X (rwx) : ORIGIN = 0x20040000, LENGTH = 4k
2929
SCRATCH_Y (rwx) : ORIGIN = 0x20041000, LENGTH = 4k

0 commit comments

Comments
 (0)