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

Removed rssi extern from .c files

This commit is contained in:
Martin Budden 2016-10-02 16:29:07 +01:00
parent c407554db7
commit 3fa5669c7c
7 changed files with 3 additions and 10 deletions

View file

@ -290,9 +290,6 @@ typedef struct blackboxSlowState_s {
//From mixer.c:
extern uint8_t motorCount;
//From rx.c:
extern uint16_t rssi;
//From rc_controls.c
extern uint32_t rcModeActivationMask;