1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

acctrim was broken because changes were never getting saved.

git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@353 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
This commit is contained in:
timecop@gmail.com 2013-06-22 09:11:41 +00:00
parent c4a1c57b91
commit 539f2cb6db
2 changed files with 4 additions and 4 deletions

View file

@ -569,7 +569,7 @@ void loop(void)
i = 1;
}
if (i) {
writeEEPROM(1, false);
writeEEPROM(1, true);
rcDelayCommand = 0; // allow autorepetition
}
}