From 4f8ffc612fc7f8765e2f76bb74462467f793e0e5 Mon Sep 17 00:00:00 2001 From: Steve Evans Date: Sun, 24 May 2015 10:24:18 +0100 Subject: [PATCH] OP-1905 Fix variable initialisation --- flight/modules/Telemetry/telemetry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight/modules/Telemetry/telemetry.c b/flight/modules/Telemetry/telemetry.c index 89cefe34c..39d681a68 100644 --- a/flight/modules/Telemetry/telemetry.c +++ b/flight/modules/Telemetry/telemetry.c @@ -123,7 +123,7 @@ static channelContext radioChannel; static int32_t transmitRadioData(uint8_t *data, int32_t length); static void registerRadioObject(UAVObjHandle obj); static uint32_t radioPort(); -static uint32_t radio_port = PIOS_COM_RF; +static uint32_t radio_port; // Telemetry stats