mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-07 06:15:42 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
1cc42e8c6e
@ -27,7 +27,3 @@
|
|||||||
# define STM32_ONBOARD_EEPROM_SIZE (((EECONFIG_SIZE + 3) / 4) * 4) // based off eeconfig's current usage, aligned to 4-byte sizes, to deal with LTO and EEPROM page sizing
|
# define STM32_ONBOARD_EEPROM_SIZE (((EECONFIG_SIZE + 3) / 4) * 4) // based off eeconfig's current usage, aligned to 4-byte sizes, to deal with LTO and EEPROM page sizing
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if STM32_ONBOARD_EEPROM_SIZE > 128
|
|
||||||
# pragma message("Please note: resetting EEPROM using an STM32L0/L1 device takes up to 1 second for every 1kB of internal EEPROM used.")
|
|
||||||
#endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user