mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Ensure sbus debug output is reset after failsafe/signal loss conditions.
This commit is contained in:
parent
24ce82b280
commit
c05b4c639b
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ bool sbusFrameComplete(void)
|
|||
|
||||
#ifdef DEBUG_SBUS_PACKETS
|
||||
sbusStateFlags = 0;
|
||||
debug[0] = sbusStateFlags;
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue