mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 16:25:26 +03:00
Merge pull request #4479 from iNavFlight/dzikuvx-supress-unused-warning
Supress complier unused warning
This commit is contained in:
commit
dd1a5370cc
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
#include "config/parameter_group_ids.h"
|
||||
|
||||
#include "common/logic_condition.h"
|
||||
#include "common/utils.h"
|
||||
#include "rx/rx.h"
|
||||
#include "maths.h"
|
||||
#include "fc/fc_core.h"
|
||||
|
@ -235,6 +236,7 @@ int logicConditionGetValue(int8_t conditionId) {
|
|||
}
|
||||
|
||||
void logicConditionUpdateTask(timeUs_t currentTimeUs) {
|
||||
UNUSED(currentTimeUs);
|
||||
for (uint8_t i = 0; i < MAX_LOGIC_CONDITIONS; i++) {
|
||||
logicConditionProcess(i);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue