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