1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 20:10:18 +03:00

Merge pull request #11523 from haslinghuis/remove_duplicate

Remove duplicate line in unit test
This commit is contained in:
Jan Post 2022-04-16 00:37:40 +02:00 committed by GitHub
commit f5a56804b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -331,7 +331,6 @@ TEST(FlightFailsafeTest, TestFailsafeDetectsRxLossAndJustDisarms)
// run throttle_low for 11s
throttleStatus = THROTTLE_LOW; // for failsafe 'just-disarm' procedure
sysTickUptime += 11000;
throttleStatus = THROTTLE_LOW; // for failsafe 'just-disarm' procedure
failsafeOnValidDataReceived(); // set the last valid signal to now
failsafeUpdateState();