mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Added '-fno-common' build option, fixed resulting problems.
This commit is contained in:
parent
9d01a5681e
commit
4ec481a843
14 changed files with 21 additions and 19 deletions
|
@ -43,8 +43,3 @@ void rcdeviceInit(void);
|
|||
void rcdeviceUpdate(timeUs_t currentTimeUs);
|
||||
|
||||
bool rcdeviceIsEnabled(void);
|
||||
|
||||
// used for unit test
|
||||
rcdeviceSwitchState_t switchStates[BOXCAMERA3 - BOXCAMERA1 + 1];
|
||||
|
||||
void rcdeviceSend5KeyOSDCableSimualtionEvent(rcdeviceCamSimulationKeyEvent_e key);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue