1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Remove duplicate line in unittest

This commit is contained in:
Mark Haslinghuis 2022-04-13 23:25:13 +02:00
parent 42208ae46e
commit e74dbcfd45

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();