mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
{
This commit is contained in:
parent
7c74e0e9ca
commit
5758a42e77
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ static void evaluateCommand(void)
|
|||
case MSP_EEPROM_WRITE:
|
||||
if (f.ARMED) {
|
||||
headSerialError(0);
|
||||
}else
|
||||
} else {
|
||||
writeEEPROM(0, true);
|
||||
headSerialReply(0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue