aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/stm32/dma.h')
-rw-r--r--ports/stm32/dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32/dma.h b/ports/stm32/dma.h
index f265d6035..cacabe925 100644
--- a/ports/stm32/dma.h
+++ b/ports/stm32/dma.h
@@ -28,7 +28,7 @@
typedef struct _dma_descr_t dma_descr_t;
-#if defined(STM32F4) || defined(STM32F7) || defined(STM32H7)
+#if defined(STM32F0) || defined(STM32F4) || defined(STM32F7) || defined(STM32H7)
extern const dma_descr_t dma_I2C_1_RX;
extern const dma_descr_t dma_SPI_3_RX;