1
0
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:
Makuna
2015-07-15 16:32:49 -07:00
parent 0b2fb8d3ee
commit 17de2d7a4e
7 changed files with 2 additions and 11 deletions

View File

@ -113,8 +113,6 @@ uint8_t WiFiUDP::beginMulticast(IPAddress interfaceAddr, IPAddress multicast, ui
return 1;
}
extern "C" void optimistic_yield();
/* return number of bytes available in the current packet,
will return zero if parsePacket hasn't been called yet */
int WiFiUDP::available() {