diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-28 16:39:41 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-28 16:39:41 -0700 |
commit | 9b9568a637ffdbc67225271005f2b996ee08a0df (patch) | |
tree | 51beaa177f44c330d7005f0c50049eced32fa458 /src/core/ao.h | |
parent | 31e3255b6cbfaf95c0e97e2d1ec8de72f845994c (diff) |
altos: add 'report' to telebt
This beeps out flight state changes and max altitude at landing, just
like the altimeter.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao.h')
-rw-r--r-- | src/core/ao.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ao.h b/src/core/ao.h index 8b978272..f2e40fc6 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 |