Skip to content

Fix for deprecated features. #2866

Closed
Closed
@Chris--A

Description

@Chris--A

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).

Metadata

Metadata

Assignees

Labels

Component: CoreRelated to the code for the standard Arduino APIComponent: ToolchainThe tools used for compilation and uploading to Arduino boards

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions