diff options
Diffstat (limited to 'ports/stm/common-hal/pulseio/PWMOut.h')
| -rw-r--r-- | ports/stm/common-hal/pulseio/PWMOut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm/common-hal/pulseio/PWMOut.h b/ports/stm/common-hal/pulseio/PWMOut.h index 59fc04e5f..8519735c6 100644 --- a/ports/stm/common-hal/pulseio/PWMOut.h +++ b/ports/stm/common-hal/pulseio/PWMOut.h @@ -30,7 +30,7 @@ #include "common-hal/microcontroller/Pin.h" #include "stm32f4xx_hal.h" -#include "stm32f4/periph.h" +#include "peripherals/periph.h" #include "py/obj.h" |
