diff options
author | Keith Packard <keithp@keithp.com> | 2011-07-06 15:38:46 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-07-06 15:48:34 -0700 |
commit | 9ba0da9247ea424a7a147aa85daae0d5e6316b81 (patch) | |
tree | 85686a073f3392fbc06f17b0e2cfef22a52beb8a /src | |
parent | 86b41d4c2b8a9fa4507cdb75302e0cedebb103cb (diff) |
altos: Switch ao_serial.c __xdata to __pdata
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/ao_serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao_serial.c b/src/ao_serial.c index 2e7dad7b..82370c64 100644 --- a/src/ao_serial.c +++ b/src/ao_serial.c @@ -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[] = { |