summaryrefslogtreecommitdiff
path: root/src/avr/ao_usb_avr.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-05-04 22:04:57 -0700
committerKeith Packard <keithp@keithp.com>2017-05-04 22:10:36 -0700
commite76d543a203f210683cb77df2b9bbff1a9f4b381 (patch)
treea02009cfb1a11e7d25763beb32274a466739ad63 /src/avr/ao_usb_avr.c
parenta84bc1bd8dd19d47709614b0c2639958d09fbf7e (diff)
altos: Make CDC ACM 'line coding' public
This allows other systems to see what baud rate the host has requested. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/avr/ao_usb_avr.c')
-rw-r--r--src/avr/ao_usb_avr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/avr/ao_usb_avr.c b/src/avr/ao_usb_avr.c
index 08950a97..41d3c1be 100644
--- a/src/avr/ao_usb_avr.c
+++ b/src/avr/ao_usb_avr.c
@@ -136,7 +136,7 @@ ISR(USB_GEN_vect)
}
-__xdata static struct ao_usb_line_coding ao_usb_line_coding = {115200, 0, 0, 8};
+struct ao_usb_line_coding ao_usb_line_coding = {115200, 0, 0, 8};
/* Walk through the list of descriptors and find a match
*/