altos: Make CDC ACM 'line coding' public
[fw/altos] / src / stm / ao_usb_stm.c
index 33e0617c8c4faa44cda6f73387b46aabe773546e..595bddac29c0618f35e8063c5a29dff2530314c7 100644 (file)
@@ -598,7 +598,7 @@ ao_usb_ep0_in_start(uint16_t max)
        ao_usb_ep0_flush();
 }
 
-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
  */