mbed Connector Interface simplification API on top of mbed-client
Fork of mbedConnectorInterfaceV3 by
NOTE:
This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!
Diff: source/mbedEndpointNetwork.cpp
- Revision:
- 104:bc8bb28f0f4c
- Parent:
- 103:33724194f316
diff -r 33724194f316 -r bc8bb28f0f4c source/mbedEndpointNetwork.cpp --- a/source/mbedEndpointNetwork.cpp Thu Apr 20 21:46:55 2017 +0000 +++ b/source/mbedEndpointNetwork.cpp Fri Apr 21 03:57:44 2017 +0000 @@ -53,9 +53,6 @@ // Logger instance extern Logger logger; -// EasyConnect reference -extern NetworkInterface *easy_connect(bool log_messages); - // endpoint instance static void *_endpoint_instance = NULL;