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:
parent
42208ae46e
commit
e74dbcfd45
1 changed files with 0 additions and 1 deletions
|
@ -331,7 +331,6 @@ TEST(FlightFailsafeTest, TestFailsafeDetectsRxLossAndJustDisarms)
|
||||||
// run throttle_low for 11s
|
// run throttle_low for 11s
|
||||||
throttleStatus = THROTTLE_LOW; // for failsafe 'just-disarm' procedure
|
throttleStatus = THROTTLE_LOW; // for failsafe 'just-disarm' procedure
|
||||||
sysTickUptime += 11000;
|
sysTickUptime += 11000;
|
||||||
throttleStatus = THROTTLE_LOW; // for failsafe 'just-disarm' procedure
|
|
||||||
failsafeOnValidDataReceived(); // set the last valid signal to now
|
failsafeOnValidDataReceived(); // set the last valid signal to now
|
||||||
|
|
||||||
failsafeUpdateState();
|
failsafeUpdateState();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue