Skip to content

Commit 8c2dcc0

Browse files
PICO_RP2040_B0_SUPPORTED can be changed to 0, since all Pi 500s are using RP2040 B2.
1 parent 1d3de12 commit 8c2dcc0

File tree

1 file changed

+1
-1
lines changed
  • src/boards/include/boards

1 file changed

+1
-1
lines changed

src/boards/include/boards/pico.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pico_board_cmake_set_default(PICO_FLASH_SIZE_BYTES, (2 * 1024 * 1024))
8080
#define PICO_SMPS_MODE_PIN 23
8181

8282
#ifndef PICO_RP2040_B0_SUPPORTED
83-
#define PICO_RP2040_B0_SUPPORTED 1
83+
#define PICO_RP2040_B0_SUPPORTED 0
8484
#endif
8585

8686
// The GPIO Pin used to read VBUS to determine if the device is battery powered.

0 commit comments

Comments
 (0)