diff options
Diffstat (limited to 'src/core/ao_pyro.h')
-rw-r--r-- | src/core/ao_pyro.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ao_pyro.h b/src/core/ao_pyro.h index cde850ad..1f838542 100644 --- a/src/core/ao_pyro.h +++ b/src/core/ao_pyro.h @@ -63,6 +63,8 @@ struct ao_pyro { extern uint8_t ao_pyro_wakeup; +extern uint16_t ao_pyro_fired; + void ao_pyro_set(void); |