Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AP_Frsky_Telem: remove dead variable write
this is falsified at the top of the function ../../libraries/AP_Frsky_Telem/AP_Frsky_SPort_Passthrough.cpp:238:13: warning: Value stored to 'packet_ready' is never read [deadcode.DeadStores] packet_ready = false; ^ ~~~~~ 1 warning generated.
- Loading branch information