mirror of
https://github.com/esp8266/Arduino.git
synced 2025-09-08 06:28:00 +03:00
The two defines used reinterpret_cast<> which is only available when compiling with c++. Now using plain old c casts instead.
The two defines used reinterpret_cast<> which is only available when compiling with c++. Now using plain old c casts instead.