diff options
| author | Joel Challis | 2024-08-18 23:33:11 +0200 |
|---|---|---|
| committer | GitHub | 2024-08-18 23:33:11 +0200 |
| commit | 1355eb493fd3a8ad4b88773d230d29326f326187 (patch) | |
| tree | 3520eae014f4882897da0a00d8506b75e6ed10fd /platforms/chibios | |
| parent | 072947e573993ee1b8689a1e3fedea3076d96405 (diff) | |
Default STM32G431 back to wear_leveling EFL driver (#24299)
Diffstat (limited to 'platforms/chibios')
| -rw-r--r-- | platforms/chibios/mcu_selection.mk | 3 |
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)),) |