mirror of
https://github.com/esp8266/Arduino.git
synced 2025-11-27 05:41:49 +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