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

@ -1433,7 +1433,7 @@ void osdDrawElements(void)
#define AH_MAX_ROLL 400 // Specify maximum AHI roll value displayed. Default 400 = 40.0 degrees
#define AH_SIDEBAR_WIDTH_POS 7
#define AH_SIDEBAR_HEIGHT_POS 3
extern uint16_t rssi; // FIXME dependency on mw.c
void osdDrawSingleElement(uint8_t item)
{