summaryrefslogtreecommitdiff
path: root/src/ao_adc.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-08-27 00:10:29 -0700
committerKeith Packard <keithp@keithp.com>2010-08-27 00:10:29 -0700
commit2923cf5057f9cef110dd547d8677ea5b60e00796 (patch)
tree5322b641885f0c03d54c6e28eb4f088dc941cef1 /src/ao_adc.c
parent68967157cee620ebedcc8c2ffd6fc7656532087b (diff)
altos: prepare for sdcc 2.9.1
A few minor language changes -- non-standard keywords are now prefixed with __, such as 'at', 'interrupt', 'naked'. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_adc.c')
-rw-r--r--src/ao_adc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao_adc.c b/src/ao_adc.c
index 50f96848..49d2519e 100644
--- a/src/ao_adc.c
+++ b/src/ao_adc.c
@@ -41,7 +41,7 @@ ao_adc_get(__xdata struct ao_adc *packet)
}
void
-ao_adc_isr(void) interrupt 1
+ao_adc_isr(void) __interrupt 1
{
uint8_t sequence;
uint8_t __xdata *a;