File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
features/cellular/easy_cellular Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
#define _CELLULAR_CONNECTION_UTIL_H
20
20
21
21
#include " CellularTargets.h"
22
- #ifdef CELLULAR_DEVICE
22
+ #if defined( CELLULAR_DEVICE) || defined(DOXYGEN_ONLY)
23
23
24
24
#include " UARTSerial.h"
25
25
#include " NetworkInterface.h"
@@ -171,6 +171,6 @@ class CellularConnectionFSM
171
171
172
172
} // namespace
173
173
174
- #endif // CELLULAR_DEVICE
174
+ #endif // CELLULAR_DEVICE || DOXYGEN
175
175
176
176
#endif /* _CELLULAR_CONNECTION_UTIL_H */
Original file line number Diff line number Diff line change 20
20
#define EASY_CELLULAR_CONNECTION_H
21
21
22
22
#include " CellularConnectionFSM.h"
23
- #ifdef CELLULAR_DEVICE
23
+ #if defined( CELLULAR_DEVICE) || defined(DOXYGEN_ONLY)
24
24
25
25
#include " netsocket/CellularBase.h"
26
26
@@ -158,7 +158,7 @@ class EasyCellularConnection: public CellularBase
158
158
159
159
} // namespace
160
160
161
- #endif // CELLULAR_DEVICE
161
+ #endif // CELLULAR_DEVICE || DOXYGEN
162
162
163
163
#endif // EASY_CELLULAR_CONNECTION_H
164
164
You can’t perform that action at this time.
0 commit comments