diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2019-07-24 18:49:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-24 18:49:48 -0700 |
| commit | 8ec2d6ce495cc311c94ce01b18f1d043aa8ba6c7 (patch) | |
| tree | 586f2c5b935616faf28c905536c239395615f3a6 /supervisor/shared | |
| parent | f39a6f40fdf3dfcd54ff3142255155f76da18016 (diff) | |
| parent | 295afaaf6c91a32c7e7a53338a4cb4ac08c555e0 (diff) | |
Merge pull request #2007 from hierophect/F4xx-port-setup
Add STM32 Discovery F412ZG and F411RE support
Diffstat (limited to 'supervisor/shared')
| -rw-r--r-- | supervisor/shared/status_leds.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/supervisor/shared/status_leds.c b/supervisor/shared/status_leds.c index d99853ceb..672242a96 100644 --- a/supervisor/shared/status_leds.c +++ b/supervisor/shared/status_leds.c @@ -26,8 +26,10 @@ #include "supervisor/shared/status_leds.h" +#if CIRCUITPY_DIGITALIO #include "common-hal/digitalio/DigitalInOut.h" #include "shared-bindings/digitalio/DigitalInOut.h" +#endif #ifdef MICROPY_HW_LED_RX digitalio_digitalinout_obj_t rx_led; |
