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:
commit
232449c69d
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue