mirror of https://github.com/ARMmbed/mbed-os.git
commit
56a6f3b4ff
|
@ -19,7 +19,7 @@
|
||||||
#define _CELLULAR_CONNECTION_UTIL_H
|
#define _CELLULAR_CONNECTION_UTIL_H
|
||||||
|
|
||||||
#include "CellularTargets.h"
|
#include "CellularTargets.h"
|
||||||
#ifdef CELLULAR_DEVICE
|
#if defined(CELLULAR_DEVICE) || defined(DOXYGEN_ONLY)
|
||||||
|
|
||||||
#include "UARTSerial.h"
|
#include "UARTSerial.h"
|
||||||
#include "NetworkInterface.h"
|
#include "NetworkInterface.h"
|
||||||
|
@ -171,6 +171,6 @@ private:
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
#endif // CELLULAR_DEVICE
|
#endif // CELLULAR_DEVICE || DOXYGEN
|
||||||
|
|
||||||
#endif /* _CELLULAR_CONNECTION_UTIL_H */
|
#endif /* _CELLULAR_CONNECTION_UTIL_H */
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#define EASY_CELLULAR_CONNECTION_H
|
#define EASY_CELLULAR_CONNECTION_H
|
||||||
|
|
||||||
#include "CellularConnectionFSM.h"
|
#include "CellularConnectionFSM.h"
|
||||||
#ifdef CELLULAR_DEVICE
|
#if defined(CELLULAR_DEVICE) || defined(DOXYGEN_ONLY)
|
||||||
|
|
||||||
#include "netsocket/CellularBase.h"
|
#include "netsocket/CellularBase.h"
|
||||||
|
|
||||||
|
@ -158,7 +158,7 @@ private:
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
#endif // CELLULAR_DEVICE
|
#endif // CELLULAR_DEVICE || DOXYGEN
|
||||||
|
|
||||||
#endif // EASY_CELLULAR_CONNECTION_H
|
#endif // EASY_CELLULAR_CONNECTION_H
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue