mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Rebased again ...
This commit is contained in:
commit
482dbe316b
74 changed files with 2063 additions and 889 deletions
|
@ -81,6 +81,7 @@ bool isAirmodeActive(void) {
|
|||
|
||||
void blackboxLogInflightAdjustmentEvent(adjustmentFunction_e adjustmentFunction, int32_t newValue) {
|
||||
#ifndef BLACKBOX
|
||||
#define UNUSED(x) (void)(x)
|
||||
UNUSED(adjustmentFunction);
|
||||
UNUSED(newValue);
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue