diff options
Diffstat (limited to 'ports/stm32/dac.c')
-rw-r--r-- | ports/stm32/dac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/stm32/dac.c b/ports/stm32/dac.c index 9db61964c..09a86f94c 100644 --- a/ports/stm32/dac.c +++ b/ports/stm32/dac.c @@ -33,7 +33,6 @@ #include "dac.h" #include "dma.h" #include "pin.h" -#include "genhdr/pins.h" /// \moduleref pyb /// \class DAC - digital to analog conversion |