1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00
This commit is contained in:
treymarc 2014-04-19 00:09:01 +00:00
parent 7c74e0e9ca
commit 5758a42e77

View file

@ -592,7 +592,7 @@ static void evaluateCommand(void)
case MSP_EEPROM_WRITE:
if (f.ARMED) {
headSerialError(0);
}else
} else {
writeEEPROM(0, true);
headSerialReply(0);
}