diff options
| author | Joel Challis | 2024-06-12 05:00:23 +0200 |
|---|---|---|
| committer | GitHub | 2024-06-12 05:00:23 +0200 |
| commit | b826877c40b64be023fda2879a268d5fa6aa610e (patch) | |
| tree | 2de92f9f7e474444b980a93d32aef1e669134099 /platforms/chibios/drivers | |
| parent | e239d0383a123e67464030bc9ebdce1a1d856824 (diff) | |
Decouple VIA from STM32 L0/L1 EEPROM implementation (#23901)
Diffstat (limited to 'platforms/chibios/drivers')
| -rw-r--r-- | platforms/chibios/drivers/eeprom/eeprom_stm32_L0_L1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/chibios/drivers/eeprom/eeprom_stm32_L0_L1.h b/platforms/chibios/drivers/eeprom/eeprom_stm32_L0_L1.h index 616d7ccbee..c1d801f225 100644 --- a/platforms/chibios/drivers/eeprom/eeprom_stm32_L0_L1.h +++ b/platforms/chibios/drivers/eeprom/eeprom_stm32_L0_L1.h @@ -20,7 +20,7 @@ The size used by the STM32 L0/L1 EEPROM driver. */ #ifndef STM32_ONBOARD_EEPROM_SIZE -# ifdef VIA_ENABLE +# ifdef DYNAMIC_KEYMAP_ENABLE # define STM32_ONBOARD_EEPROM_SIZE 1024 # else # include "eeconfig.h" |