X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcc1111%2Fao_usb.c;fp=src%2Fcc1111%2Fao_usb.c;h=259f6512bc5510f7d504fc220f56534bad4bc7c4;hb=e76d543a203f210683cb77df2b9bbff1a9f4b381;hp=7d363c08fe92ef86cdff5eec64745c43bbbf104f;hpb=a84bc1bd8dd19d47709614b0c2639958d09fbf7e;p=fw%2Faltos 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 */