mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
Default STM32G431 back to wear_leveling EFL driver (#24299)
This commit is contained in:
parent
072947e573
commit
1355eb493f
|
@ -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)),)
|
||||
|
|
Loading…
Reference in New Issue
Block a user