summaryrefslogtreecommitdiff
path: root/src/ao_radio.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_radio.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_radio.c')
-rw-r--r--src/ao_radio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao_radio.c b/src/ao_radio.c
index 0849349e..f4a9d3b2 100644
--- a/src/ao_radio.c
+++ b/src/ao_radio.c
@@ -275,7 +275,7 @@ __xdata uint8_t ao_radio_done;
__xdata uint8_t ao_radio_mutex;
void
-ao_radio_general_isr(void) interrupt 16
+ao_radio_general_isr(void) __interrupt 16
{
S1CON &= ~0x03;
if (RFIF & RFIF_IM_TIMEOUT) {