mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-21 14:24:56 +00:00
Fix filename.
This commit is contained in:
parent
4be3846269
commit
1a0d8c459d
@ -20,6 +20,6 @@
|
||||
The size of the transient EEPROM buffer size.
|
||||
*/
|
||||
#ifndef TRANSIENT_EEPROM_SIZE
|
||||
# include "nvm_eeconfig_eeprom.h"
|
||||
# include "nvm_eeprom_eeconfig_internal.h"
|
||||
# define TRANSIENT_EEPROM_SIZE (((EECONFIG_SIZE + 3) / 4) * 4) // based off eeconfig's current usage, aligned to 4-byte sizes, to deal with LTO
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user