mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Remove OLEMEXINO // Fix CJMCU build
This commit is contained in:
parent
b5a70451ec
commit
50e9b19fab
7 changed files with 5 additions and 151 deletions
|
@ -79,6 +79,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