altos: Clean up warnings for LPC products
[fw/altos] / src / core / ao_log.c
index 701c81aba7444ba95c8a4ae7203c5fa7683c61dc..20febefe27f2df4693ad4cd02b6f31b96aaa20ea 100644 (file)
@@ -196,7 +196,9 @@ ao_log_full(void)
        return ao_log_current_pos == ao_log_end_pos;
 }
 
+#if HAS_ADC
 static __xdata struct ao_task ao_log_task;
+#endif
 
 void
 ao_log_list(void) __reentrant