commit: 1355eb493fd3a8ad4b88773d230d29326f326187
parent 072947e573993ee1b8689a1e3fedea3076d96405
Author: Joel Challis <git@zvecr.com>
Date: Sun, 18 Aug 2024 22:33:11 +0100
Default STM32G431 back to wear_leveling EFL driver (#24299)
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git 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)),)