1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 16:55:29 +03:00

Merge pull request #4752 from iNavFlight/agh_fix_rcsplit_unittest

Tests: Fix linker errors in RCDevice unit tests
This commit is contained in:
Konstantin Sharlaimov 2019-05-27 20:26:30 +02:00 committed by GitHub
commit 232449c69d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,9 @@ extern "C" {
#include "rx/rx.h"
int16_t rcData[MAX_SUPPORTED_RC_CHANNEL_COUNT]; // interval [1000;2000]
int16_t rcCommand[4];
uint32_t stateFlags;
rcControlsConfig_t rcControlsConfig_System;
extern rcdeviceSwitchState_t switchStates[BOXCAMERA3 - BOXCAMERA1 + 1];
extern runcamDevice_t *camDevice;