Fix filename.

This commit is contained in:
Nick Brassel 2024-09-03 11:31:41 +10:00
parent 4be3846269
commit 1a0d8c459d
No known key found for this signature in database

View File

@ -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