Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC compiler...
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 21 Sep 2011 06:25:31 +0000 (06:25 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 21 Sep 2011 06:25:31 +0000 (06:25 +0000)
commitaae59857a2ee47aecbec75cd2c28de2c9b8cf3c7
tree924c10defa604e1a8ecb226c97db3b5d7bd3d2d3
parent8b420566cd4e26a963ad79988ff51f93e396ac42
Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC compiler versions.
Demos/Device/ClassDriver/RNDISEthernet/Lib/Webserver.c
Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c
Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c
Projects/AVRISP-MKII/Lib/ISP/ISPTarget.c