X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcore%2Fao.h;h=a541d8acad0f73b822034db9c179063d9f68d05f;hb=e66fd72664aae7c000dce9c528803e28e7918fdf;hp=8b978272349607e8c9dc493fcd29cfa1d81fe9c3;hpb=b33a92e372327158ab21c1bb2d091c58761efe10;p=fw%2Faltos diff --git a/src/core/ao.h b/src/core/ao.h index 8b978272..a541d8ac 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -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 @@ -1435,6 +1436,8 @@ extern __xdata struct ao_ignition ao_ignition[2]; enum ao_igniter_status ao_igniter_status(enum ao_igniter igniter); +extern __pdata uint8_t ao_igniter_present; + void ao_ignite_set_pins(void);