We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3de12 commit 8c2dcc0Copy full SHA for 8c2dcc0
src/boards/include/boards/pico.h
@@ -80,7 +80,7 @@ pico_board_cmake_set_default(PICO_FLASH_SIZE_BYTES, (2 * 1024 * 1024))
80
#define PICO_SMPS_MODE_PIN 23
81
82
#ifndef PICO_RP2040_B0_SUPPORTED
83
-#define PICO_RP2040_B0_SUPPORTED 1
+#define PICO_RP2040_B0_SUPPORTED 0
84
#endif
85
86
// The GPIO Pin used to read VBUS to determine if the device is battery powered.
0 commit comments