Closed
Description
In the new compiler (4.8.1 - AVR) the prog_* variants (prog_char
) are deprecated and removed. Standard types should be used instead (char
).
These could be re-activated by adding a compiler option -D
for PROG_TYPES_COMPAT
.
It appears many people are using libraries/examples which declare these types causing type undeclared errors. It would avoid a lot of headache by simply keeping them in (if the PROGMEM added to the prog_* defines doesn't cause problems).