summaryrefslogtreecommitdiffstatshomepage
path: root/ports/stm32/boards/NUCLEO_L432KC/mpconfigboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/stm32/boards/NUCLEO_L432KC/mpconfigboard.h')
-rw-r--r--ports/stm32/boards/NUCLEO_L432KC/mpconfigboard.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/stm32/boards/NUCLEO_L432KC/mpconfigboard.h b/ports/stm32/boards/NUCLEO_L432KC/mpconfigboard.h
index 5e05053cdd..ba843c8a61 100644
--- a/ports/stm32/boards/NUCLEO_L432KC/mpconfigboard.h
+++ b/ports/stm32/boards/NUCLEO_L432KC/mpconfigboard.h
@@ -6,13 +6,13 @@
#define MICROPY_OPT_COMPUTED_GOTO (0)
#define MICROPY_PY_BUILTINS_COMPLEX (0)
#define MICROPY_PY_GENERATOR_PEND_THROW (0)
-#define MICROPY_PY_USOCKET (0)
+#define MICROPY_PY_SOCKET (0)
#define MICROPY_PY_NETWORK (0)
#define MICROPY_PY_ONEWIRE (0)
#define MICROPY_PY_STM (0)
#define MICROPY_PY_PYB_LEGACY (0)
-#define MICROPY_PY_UHEAPQ (0)
-#define MICROPY_PY_UTIMEQ (0)
+#define MICROPY_PY_HEAPQ (0)
+#define MICROPY_PY_TIMEQ (0)
#define MICROPY_HW_ENABLE_RTC (1)
#define MICROPY_HW_ENABLE_ADC (1)