summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-08-18 22:33:11 +0100
committerGitHub <noreply@github.com>2024-08-19 07:33:11 +1000
commit1355eb493fd3a8ad4b88773d230d29326f326187 (patch)
tree3520eae014f4882897da0a00d8506b75e6ed10fd
parent072947e573993ee1b8689a1e3fedea3076d96405 (diff)
Default STM32G431 back to wear_leveling EFL driver (#24299)0.25.22
-rw-r--r--platforms/chibios/mcu_selection.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/platforms/chibios/mcu_selection.mk b/platforms/chibios/mcu_selection.mk
index 5122ed4634..a1597fa1e9 100644
--- a/platforms/chibios/mcu_selection.mk
+++ b/platforms/chibios/mcu_selection.mk
@@ -546,9 +546,6 @@ ifneq ($(findstring STM32G431, $(MCU)),)
# Bootloader address for STM32 DFU
STM32_BOOTLOADER_ADDRESS ?= 0x1FFF0000
-
- # Default to transient driver as ChibiOS EFL is currently broken for single-bank G4xx devices
- EEPROM_DRIVER ?= transient
endif
ifneq ($(findstring STM32G474, $(MCU)),)