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:
commit
f5a56804b1
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue