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.h
- Revision:
- 16:4cc5df8bf10c
- Parent:
- 15:363a3299e41a
- Child:
- 18:8ab7aa1dbb41
--- a/MBEDEndpoint.h Mon Mar 31 18:54:27 2014 +0000 +++ b/MBEDEndpoint.h Mon Mar 31 18:57:58 2014 +0000 @@ -19,11 +19,6 @@ #ifndef _MBED_ENDPOINT_H_ #define _MBED_ENDPOINT_H_ -// Ethernet Interface -#ifndef CELLULAR_NETWORK - #include "EthernetInterface.h" -#endif - // BaseClass support #include "BaseClass.h" @@ -45,6 +40,11 @@ // Preferences Support #include "Preferences.h" + +// Ethernet Interface +#ifndef CELLULAR_NETWORK + #include "EthernetInterface.h" +#endif class MBEDEndpoint : public BaseClass { private: