mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-22 21:23:07 +03:00
add void to "C" functions. example: extern "C" void __run_user_rf_pre_init(void) { system_phy_set_rfoption(2); } see: #515 and #413
add void to "C" functions. example: extern "C" void __run_user_rf_pre_init(void) { system_phy_set_rfoption(2); } see: #515 and #413