1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-09-06 19:08:12 +03:00
Commit Graph

2 Commits

Author SHA1 Message Date
david gauchard
bf4a4351b6 increase include file compatibility with other architectures (#6700) 2019-11-02 02:48:23 +01:00
david gauchard
2315ac20bc import use of __PROG_TYPES_COMPAT__ define for compatibility with old arduino code (#4619)
restrict usage of deprecated typedefs "prog_*", and cast "pgm_read_*"'s address parameters to "const void*"  only when __PROG_TYPES_COMPAT__ is defined.
also add <avr/pgmspace.h> compatibility
2018-04-10 12:23:33 +02:00