whitespace

This commit is contained in:
Scott Lahteine
2019-09-04 21:40:40 -05:00
parent 060b360be3
commit 7496e1cd67
5 changed files with 8 additions and 8 deletions

View File

@ -37,7 +37,7 @@
//
// Flash EEPROM Emulation
//
//
#define FLASH_EEPROM_EMULATION
#define EEPROM_PAGE_SIZE uint16(0x800) // 2KB
#define EEPROM_START_ADDRESS uint32(0x8000000 + 256 * 1024 - 2 * EEPROM_PAGE_SIZE)