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/Endpoint.cpp
- Revision:
- 17:d11fa4c3ac65
- Parent:
- 16:3f0efaa57a12
- Child:
- 30:c035696b9397
diff -r 3f0efaa57a12 -r d11fa4c3ac65 Socket/Endpoint.cpp --- a/Socket/Endpoint.cpp Mon Dec 01 06:22:00 2014 +0000 +++ b/Socket/Endpoint.cpp Mon Dec 01 08:02:38 2014 +0000 @@ -19,6 +19,8 @@ #include "Socket/Endpoint.h" #include <cstring> +extern Serial pc; + using std::memset; Endpoint::Endpoint() {