mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-10 04:22:05 +03:00
define in header
remove extern from cpp files
This commit is contained in:
@ -89,8 +89,6 @@ bool WiFiServer::hasClient(){
|
||||
return false;
|
||||
}
|
||||
|
||||
extern "C" void optimistic_yield();
|
||||
|
||||
WiFiClient WiFiServer::available(byte* status)
|
||||
{
|
||||
if (_unclaimed)
|
||||
|
Reference in New Issue
Block a user