X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fao_product.c;h=82d6298f2dbe4751b6de6bd496ea6412f1c9a2d8;hp=f0eb4c07afc0e2286ced7324836d90da70d15060;hb=25764fcd1b65c3a5a817afdb5901ac30e8a5f0c0;hpb=56b906f535ac2f86bcab71addbbcd376d74f6a73 diff --git a/src/ao_product.c b/src/ao_product.c index f0eb4c07..82d6298f 100644 --- a/src/ao_product.c +++ b/src/ao_product.c @@ -28,7 +28,7 @@ const char ao_product[] = AO_iProduct_STRING; #define LE_WORD(x) ((x)&0xFF),((uint8_t) (((uint16_t) (x))>>8)) /* USB descriptors in one giant block of bytes */ -const uint8_t ao_usb_descriptors [] = +__code __at(0x00aa) uint8_t ao_usb_descriptors [] = { /* Device descriptor */ 0x12,