mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Refactor missing prototypes 2 (#14170)
This commit is contained in:
parent
25f65cbc01
commit
b277364b2c
192 changed files with 487 additions and 410 deletions
|
@ -186,7 +186,7 @@ static void applyLPF(vector2_t * flowRates) {
|
|||
flowRates->y = pt2FilterApply(&yFlowLpf, flowRates->y);
|
||||
}
|
||||
|
||||
const opticalflow_t * getLatestFlowOpticalflowData(void) {
|
||||
LOCAL_UNUSED_FUNCTION static const opticalflow_t * getLatestFlowOpticalflowData(void) {
|
||||
return &opticalflow;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue