altos: Make CDC ACM 'line coding' public
[fw/altos] / src / cc1111 / ao_usb.c
index 7d363c08fe92ef86cdff5eec64745c43bbbf104f..259f6512bc5510f7d504fc220f56534bad4bc7c4 100644 (file)
@@ -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
  */