FabioBatSilva / ArduinoFake

Arduino mocking made easy
https://platformio.org/lib/show/1689/ArduinoFake
MIT License
102 stars 47 forks source link

Fix compile error in pgm_read_ptr #21

Closed tomec-martin closed 3 years ago

tomec-martin commented 3 years ago

Acording to https://github.com/esp8266/Arduino/issues/5733 https://github.com/esp8266/Arduino/pull/5735

Fixes partially issue https://github.com/FabioBatSilva/ArduinoFake/issues/6

FabioBatSilva commented 3 years ago

Thanks @tomec-martin