Skip to content

Commit af8cc93

Browse files
committed
Fix ESP build
1 parent b7a63dc commit af8cc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/shared/safe_mode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#include "mphalport.h"
3030

31-
#if defined(MICROPY_HW_LED_STATUS)
31+
#if defined(MICROPY_HW_LED_STATUS) || defined(CIRCUITPY_BOOT_BUTTON)
3232
#include "shared-bindings/digitalio/DigitalInOut.h"
3333
#endif
3434
#include "shared-bindings/microcontroller/Processor.h"

0 commit comments

Comments
 (0)