diff --git a/src/config.c b/src/config.c index 31c8cf88a9..95b69c2974 100755 --- a/src/config.c +++ b/src/config.c @@ -113,7 +113,7 @@ void copyCurrentProfileToProfileSlot(uint8_t profileSlotIndex) void writeEEPROM(void) { - FLASH_Status status; + FLASH_Status status = 0; uint32_t wordOffset; int8_t attemptsRemaining = 3;