format code according to conventions [skip ci]
This commit is contained in:
parent
d13ada1162
commit
fe50883c15
3 changed files with 3 additions and 4 deletions
|
@ -21,5 +21,5 @@
|
|||
*/
|
||||
#ifndef TRANSIENT_EEPROM_SIZE
|
||||
# include "eeconfig.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
|
||||
# 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…
Add table
Add a link
Reference in a new issue