Quantcast
Viewing all articles
Browse latest Browse all 4524

Re: AtmelStudio6

simply add a const before variables
for example:
char usbDescriptorDevice[];

to
const char usbDescriptorDevice[];

Viewing all articles
Browse latest Browse all 4524

Trending Articles