Skip to content

Commit fa91723

Browse files
authored
Update hellbender_0001.h (#1967)
Updating flash sizes to match BOM
1 parent c675dfe commit fa91723

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/boards/include/boards/hellbender_0001.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@
130130
#define PICO_FLASH_SPI_CLKDIV 2
131131
#endif
132132

133-
// pico_cmake_set_default PICO_FLASH_SIZE_BYTES = (16 * 1024 * 1024)
133+
// pico_cmake_set_default PICO_FLASH_SIZE_BYTES = (8 * 1024 * 1024)
134134
#ifndef PICO_FLASH_SIZE_BYTES
135-
#define PICO_FLASH_SIZE_BYTES (16 * 1024 * 1024)
135+
#define PICO_FLASH_SIZE_BYTES (8 * 1024 * 1024)
136136
#endif
137137

138-
#define HELLBENDER_0001_BLACKBOX_FLASH_SIZE_BYTES (128 * 1024 * 1024)
138+
#define HELLBENDER_0001_BLACKBOX_FLASH_SIZE_BYTES (16 * 1024 * 1024)
139139

140140
// --- RP2350 VARIANT ---
141141
#define PICO_RP2350B 1

0 commit comments

Comments
 (0)