mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
Added MAYBE_UNUSED to get rid of compiler warning (#14455)
Added UNUSED to get rid of compiler warning
This commit is contained in:
parent
881db7fa68
commit
2f9ee19cbf
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ void voltageMeterADCRefresh(void)
|
|||
#endif
|
||||
#else
|
||||
UNUSED(voltageAdcToVoltage);
|
||||
UNUSED(voltageMeterAdcChannelMap);
|
||||
|
||||
state->voltageDisplayFiltered = 0;
|
||||
state->voltageUnfiltered = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue