1
0
Fork 0
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:
borisbstyle 2016-10-25 14:41:05 +02:00
parent b5a70451ec
commit 50e9b19fab
7 changed files with 5 additions and 151 deletions

View file

@ -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