aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/boards/HYDRABUS
diff options
context:
space:
mode:
authorDamien George2019-04-01 15:21:26 +1100
committerDamien George2019-04-01 15:21:26 +1100
commit9670b2652649c674e580e039a4fe8e8e885b44fc (patch)
tree1325e6d3b8759b99610f25fc05980e7162774dd5 /ports/stm32/boards/HYDRABUS
parent7b5bf5f6fda0cfec6894c0512a3168039575405e (diff)
stm32: Rename MICROPY_HW_HAS_SDCARD to MICROPY_HW_ENABLE_SDCARD.
For consistency with the majority of other MICROPY_HW_ENABLE_xxx macros.
Diffstat (limited to 'ports/stm32/boards/HYDRABUS')
-rw-r--r--ports/stm32/boards/HYDRABUS/mpconfigboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32/boards/HYDRABUS/mpconfigboard.h b/ports/stm32/boards/HYDRABUS/mpconfigboard.h
index 2e73d3ec8..d8f1a864b 100644
--- a/ports/stm32/boards/HYDRABUS/mpconfigboard.h
+++ b/ports/stm32/boards/HYDRABUS/mpconfigboard.h
@@ -3,10 +3,10 @@
#define MICROPY_HW_HAS_SWITCH (1)
#define MICROPY_HW_HAS_FLASH (1)
-#define MICROPY_HW_HAS_SDCARD (1)
#define MICROPY_HW_ENABLE_RNG (1)
#define MICROPY_HW_ENABLE_DAC (1)
#define MICROPY_HW_ENABLE_USB (1)
+#define MICROPY_HW_ENABLE_SDCARD (1)
// HSE is 8MHz
#define MICROPY_HW_CLK_PLLM (8)