summaryrefslogtreecommitdiff
path: root/src/micropeak/ao_report_tiny.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-12-09 18:33:31 -0800
committerKeith Packard <keithp@keithp.com>2012-12-09 18:33:31 -0800
commitb26e837a6f18641aae9372aab22168849ff10812 (patch)
treec8562489c7aaec44e32f67613c0480c56f9320a9 /src/micropeak/ao_report_tiny.c
parent1489c7f75f7b9ce547ac49c157b440c4f9131ef4 (diff)
parentc233ef67f42c14cb1d0e0542a9523b279f826af5 (diff)
Merge branch 'micropeak-1.1'
Diffstat (limited to 'src/micropeak/ao_report_tiny.c')
-rw-r--r--src/micropeak/ao_report_tiny.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/micropeak/ao_report_tiny.c b/src/micropeak/ao_report_tiny.c
index 109af1ed..bdcc131e 100644
--- a/src/micropeak/ao_report_tiny.c
+++ b/src/micropeak/ao_report_tiny.c
@@ -38,8 +38,8 @@ ao_report_digit(uint8_t digit) __reentrant
void
ao_report_altitude(void)
{
- __pdata int16_t agl = ao_max_height;
- __xdata uint8_t digits[10];
+ __pdata alt_t agl = ao_max_height;
+ static __xdata uint8_t digits[11];
__pdata uint8_t ndigits, i;
if (agl < 0)