Skip to content

Commit c6038a6

Browse files
committed
Fix another CI error, missed committing an update.
1 parent 821b984 commit c6038a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#define CIRCUITPY_PROCESSOR_COUNT (2)
3535

3636
// For many RP2 boards BOOTSEL is not connected to a GPIO pin.
37-
#define CIRCUITPY_BOOT_BUTTON (1)
37+
#define CIRCUITPY_BOOT_BUTTON_NO_GPIO (1)
3838

3939
#if CIRCUITPY_USB_HOST
4040
#define CIRCUITPY_USB_HOST_INSTANCE 1

0 commit comments

Comments
 (0)