Fix ESP build
This commit is contained in:
parent
b7a63dc498
commit
af8cc9345d
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include "mphalport.h"
|
||||
|
||||
#if defined(MICROPY_HW_LED_STATUS)
|
||||
#if defined(MICROPY_HW_LED_STATUS) || defined(CIRCUITPY_BOOT_BUTTON)
|
||||
#include "shared-bindings/digitalio/DigitalInOut.h"
|
||||
#endif
|
||||
#include "shared-bindings/microcontroller/Processor.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue