Skip to content

Commit 645b33c

Browse files
authored
Update hellbender_0001.h (#2359)
Replace the incorrect `#define PICO_RP2350B 1` with the correct `#define PICO_RP2350A 0` Fixes #2286
1 parent 3241bdc commit 645b33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boards/include/boards/hellbender_0001.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
#define HELLBENDER_0001_BLACKBOX_FLASH_SIZE_BYTES (16 * 1024 * 1024)
139139

140140
// --- RP2350 VARIANT ---
141-
#define PICO_RP2350B 1
141+
#define PICO_RP2350A 0
142142

143143
// pico_cmake_set_default PICO_RP2350_A2_SUPPORTED = 1
144144
#ifndef PICO_RP2350_A2_SUPPORTED

0 commit comments

Comments
 (0)