Fix ESP build

This commit is contained in:
Scott Shawcroft 2021-01-21 10:24:21 -08:00
parent b7a63dc498
commit af8cc9345d
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

View File

@ -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"