summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/boards/STM32F4DISC
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/boards/STM32F4DISC')
-rw-r--r--stmhal/boards/STM32F4DISC/mpconfigboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/boards/STM32F4DISC/mpconfigboard.h b/stmhal/boards/STM32F4DISC/mpconfigboard.h
index bf26f641db..234692e2e0 100644
--- a/stmhal/boards/STM32F4DISC/mpconfigboard.h
+++ b/stmhal/boards/STM32F4DISC/mpconfigboard.h
@@ -15,6 +15,7 @@
#define MICROPY_HW_ENABLE_DAC (1)
#define MICROPY_HW_ENABLE_I2C1 (1)
#define MICROPY_HW_ENABLE_SPI1 (1)
+#define MICROPY_HW_ENABLE_SPI2 (1)
#define MICROPY_HW_ENABLE_SPI3 (0)
#define MICROPY_HW_ENABLE_CAN (1)