mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 23:05:19 +03:00
Remove incorrect compiler warning about unused variable.
This commit is contained in:
parent
007bc58859
commit
ca73413c72
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ void copyCurrentProfileToProfileSlot(uint8_t profileSlotIndex)
|
||||||
|
|
||||||
void writeEEPROM(void)
|
void writeEEPROM(void)
|
||||||
{
|
{
|
||||||
FLASH_Status status;
|
FLASH_Status status = 0;
|
||||||
uint32_t wordOffset;
|
uint32_t wordOffset;
|
||||||
int8_t attemptsRemaining = 3;
|
int8_t attemptsRemaining = 3;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue