Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ESP8266Interface by
Diff: Socket/UDPSocket.cpp
- Revision:
- 40:0a83315aea0a
- Parent:
- 39:89e259295728
- Child:
- 45:c180905b5b79
diff -r 89e259295728 -r 0a83315aea0a Socket/UDPSocket.cpp --- a/Socket/UDPSocket.cpp Sat May 02 04:08:30 2015 +0000 +++ b/Socket/UDPSocket.cpp Mon May 04 12:04:54 2015 +0000 @@ -21,8 +21,6 @@ #include <string> #include <algorithm> -extern Serial pc; - UDPSocket::UDPSocket() { endpoint_configured = false;