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:
parent
08e6ae39ab
commit
882000ddc6
11 changed files with 57 additions and 57 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue