summaryrefslogtreecommitdiff
path: root/platforms
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-06-12 04:00:23 +0100
committerGitHub <noreply@github.com>2024-06-12 13:00:23 +1000
commitb826877c40b64be023fda2879a268d5fa6aa610e (patch)
tree2de92f9f7e474444b980a93d32aef1e669134099 /platforms
parente239d0383a123e67464030bc9ebdce1a1d856824 (diff)
Decouple VIA from STM32 L0/L1 EEPROM implementation (#23901)
Diffstat (limited to 'platforms')
-rw-r--r--platforms/chibios/drivers/eeprom/eeprom_stm32_L0_L1.h2
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 @@
20 The size used by the STM32 L0/L1 EEPROM driver. 20 The size used by the STM32 L0/L1 EEPROM driver.
21*/ 21*/
22#ifndef STM32_ONBOARD_EEPROM_SIZE 22#ifndef STM32_ONBOARD_EEPROM_SIZE
23# ifdef VIA_ENABLE 23# ifdef DYNAMIC_KEYMAP_ENABLE
24# define STM32_ONBOARD_EEPROM_SIZE 1024 24# define STM32_ONBOARD_EEPROM_SIZE 1024
25# else 25# else
26# include "eeconfig.h" 26# include "eeconfig.h"