mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-16 08:29:15 +01:00
OP-1905 Fix variable initialisation
This commit is contained in:
parent
31eae08bba
commit
4f8ffc612f
@ -123,7 +123,7 @@ static channelContext radioChannel;
|
|||||||
static int32_t transmitRadioData(uint8_t *data, int32_t length);
|
static int32_t transmitRadioData(uint8_t *data, int32_t length);
|
||||||
static void registerRadioObject(UAVObjHandle obj);
|
static void registerRadioObject(UAVObjHandle obj);
|
||||||
static uint32_t radioPort();
|
static uint32_t radioPort();
|
||||||
static uint32_t radio_port = PIOS_COM_RF;
|
static uint32_t radio_port;
|
||||||
|
|
||||||
|
|
||||||
// Telemetry stats
|
// Telemetry stats
|
||||||
|
Loading…
x
Reference in New Issue
Block a user