altos: add 'report' to telebt
[fw/altos] / src / core / ao.h
index 8b978272349607e8c9dc493fcd29cfa1d81fe9c3..f2e40fc6ceae467094f7cb2ea41eb8b1e12ea183 100644 (file)
@@ -1360,6 +1360,7 @@ extern __xdata union ao_monitor ao_monitor_ring[AO_MONITOR_RING];
 
 #define ao_monitor_ring_next(n)        (((n) + 1) & (AO_MONITOR_RING - 1))
 
+extern __data uint8_t ao_monitoring;
 extern __data uint8_t ao_monitor_head;
 
 void