diff options
Diffstat (limited to 'ports/stm32/adc.c')
-rw-r--r-- | ports/stm32/adc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/stm32/adc.c b/ports/stm32/adc.c index 781c9aed3..3f38fa2ca 100644 --- a/ports/stm32/adc.c +++ b/ports/stm32/adc.c @@ -32,7 +32,6 @@ #include "py/mphal.h" #include "adc.h" #include "pin.h" -#include "genhdr/pins.h" #include "timer.h" #if MICROPY_HW_ENABLE_ADC |