mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-24 19:42:27 +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.