1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Changed 'EEPROM_IN_...' to 'CONFIG_IN_...' for clarity.

This commit is contained in:
mikeller 2019-08-04 16:23:24 +12:00
parent 08e6ae39ab
commit 882000ddc6
11 changed files with 57 additions and 57 deletions

View file

@ -310,7 +310,7 @@ static void flashConfigurePartitions(void)
startSector = 0;
#endif
#if defined(EEPROM_IN_EXTERNAL_FLASH)
#if defined(CONFIG_IN_EXTERNAL_FLASH)
const uint32_t configSize = EEPROM_SIZE;
flashSector_t configSectors = (configSize / flashGeometry->sectorSize);