mqtt specific components for the impact mbed endpoint library
Dependents: mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_mqtt_endpoint_nxp
Revision 16:4cc5df8bf10c, committed 2014-03-31
- Comitter:
- ansond
- Date:
- Mon Mar 31 18:57:58 2014 +0000
- Parent:
- 15:363a3299e41a
- Child:
- 17:36a4ab911aaa
- Commit message:
- update
Changed in this revision
MBEDEndpoint.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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: