altos: Clean up warnings for LPC products
[fw/altos] / src / core / ao_telemetry.c
index 861580637d7e9c1e074d3d93472393b4f65d134e..5a00d825671d7ae35ceee5f1f06ddce0b7f98081 100644 (file)
@@ -24,9 +24,9 @@
 #endif
 
 static __pdata uint16_t ao_telemetry_interval;
-static __pdata uint8_t ao_rdf = 0;
 
 #if HAS_RDF
+static __pdata uint8_t ao_rdf = 0;
 static __pdata uint16_t ao_rdf_time;
 #endif