altos: Switch ao_serial.c __xdata to __pdata
authorKeith Packard <keithp@keithp.com>
Wed, 6 Jul 2011 22:38:46 +0000 (15:38 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 6 Jul 2011 22:48:34 +0000 (15:48 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao_serial.c

index 2e7dad7bb8f9c7da774de4dd8f763b66779743c9..82370c6426acaa8a349224c56aae3d1cfb82e7cd 100644 (file)
@@ -91,7 +91,7 @@ ao_serial_drain(void) __critical
                ao_sleep(&ao_usart1_tx_fifo);
 }
 
-static const struct {
+static __code struct {
        uint8_t baud;
        uint8_t gcr;
 } ao_serial_speeds[] = {