Closed
Description
The old AVR toolchain Arduino uses does not require "const" together with PROGMEM, but it accept const. But newer versions do require const.
This old documentation should be updated to recommend coding practice that is forward compatible.
http://arduino.cc/en/Reference/PROGMEM
It might also be good to mention Arduino Due, which doesn't use AVR PROGMEM.