summaryrefslogtreecommitdiff
path: root/src/cc1111
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/cc1111
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/cc1111')
-rw-r--r--src/cc1111/ao_usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cc1111/ao_usb.c b/src/cc1111/ao_usb.c
index 7d363c08..259f6512 100644
--- a/src/cc1111/ao_usb.c
+++ b/src/cc1111/ao_usb.c
@@ -112,7 +112,7 @@ ao_usb_ep0_flush(void)
USBCS0 = cs0;
}
-__xdata static struct ao_usb_line_coding ao_usb_line_coding = {115200, 0, 0, 8};
+__xdata struct ao_usb_line_coding ao_usb_line_coding = {115200, 0, 0, 8};
/* Walk through the list of descriptors and find a match
*/