mqtt specific components for the impact mbed endpoint library
Dependents: mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_mqtt_endpoint_nxp
Diff: MBEDEndpoint.cpp
- Revision:
- 12:0114a6493457
- Parent:
- 11:9ae0fe4517c1
- Child:
- 13:66f6cf705184
--- a/MBEDEndpoint.cpp Fri Mar 28 17:49:19 2014 +0000 +++ b/MBEDEndpoint.cpp Mon Mar 31 05:45:59 2014 +0000 @@ -381,12 +381,6 @@ if (this->m_ethernet != NULL) this->m_ethernet->disconnect(); return true; } - - // min function - int MBEDEndpoint::min(int value1,int value2) { - if (value1 < value2) return value1; - return value2; - } // main running loop void MBEDEndpoint::run() {