diff options
Diffstat (limited to 'ports/atmel-samd/common-hal/microcontroller/Pin.c')
| -rw-r--r-- | ports/atmel-samd/common-hal/microcontroller/Pin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/common-hal/microcontroller/Pin.c b/ports/atmel-samd/common-hal/microcontroller/Pin.c index ad97581e1..960440fcf 100644 --- a/ports/atmel-samd/common-hal/microcontroller/Pin.c +++ b/ports/atmel-samd/common-hal/microcontroller/Pin.c @@ -29,7 +29,7 @@ #include "atmel_start_pins.h" #include "hal/include/hal_gpio.h" -#include "peripherals/pins.h" +#include "samd/pins.h" #include "supervisor/shared/rgb_led_status.h" #ifdef MICROPY_HW_NEOPIXEL |
