diff options
Diffstat (limited to 'src/core/ao_pyro.c')
-rw-r--r-- | src/core/ao_pyro.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ao_pyro.c b/src/core/ao_pyro.c index b655eaca..b3cda656 100644 --- a/src/core/ao_pyro.c +++ b/src/core/ao_pyro.c @@ -33,6 +33,8 @@ #define ao_lowbit(x) ((x) & (-x)) +uint16_t ao_pyro_fired; + /* * Given a pyro structure, figure out * if the current flight state satisfies all |