altos/telelco-v2.0: Fix button names and pin mappings. Add drag LED.
[fw/altos] / src / avr / ao_usb_avr.c
index 08950a97b0d4bb147acd2195cf73b4eb7a1bc7c1..41d3c1becbf44fbb3f47480d172ae770a528c869 100644 (file)
@@ -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
  */