File tree Expand file tree Collapse file tree 5 files changed +3
-61
lines changed Expand file tree Collapse file tree 5 files changed +3
-61
lines changed Original file line number Diff line number Diff line change 21
21
#endif
22
22
23
23
#include " CellularUtil.h" // for CELLULAR_ helper macros
24
- #include " CellularTargets.h"
25
24
26
25
#ifndef MBED_CONF_APP_CELLULAR_SIM_PIN
27
26
#error [NOT_SUPPORTED] SIM pin code is needed. Skipping this build.
Original file line number Diff line number Diff line change 20
20
#endif
21
21
22
22
#include " CellularUtil.h" // for CELLULAR_ helper macros
23
- #include " CellularTargets.h"
24
23
25
24
#ifndef MBED_CONF_APP_CELLULAR_SIM_PIN
26
25
#error [NOT_SUPPORTED] SIM pin code is needed. Skipping this build.
Original file line number Diff line number Diff line change 18
18
#ifndef CELLULAR_DEVICE_H_
19
19
#define CELLULAR_DEVICE_H_
20
20
21
- #include " CellularTargets.h"
22
21
#include " CellularStateMachine.h"
23
22
#include " Callback.h"
24
23
#include " ATHandler.h"
@@ -63,8 +62,9 @@ class CellularDevice {
63
62
SimStateUnknown
64
63
};
65
64
66
- /* * Returns singleton instance of CellularDevice if CELLULAR_DEVICE is defined. If CELLULAR_DEVICE is not
67
- * defined, then it returns NULL. See NetworkInterface::get_default_instance for details.
65
+ /* * Returns singleton instance of CellularDevice, if Mbed target board has a supported
66
+ * onboard modem, or provide-default is defined for a cellular driver in JSON configuration
67
+ * files. Otherwise returns NULL. See NetworkInterface::get_default_instance for details.
68
68
*
69
69
* @remark Application may override this (non-weak) default implementation.
70
70
*
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 19
19
#include " CellularContext.h"
20
20
#include " CellularUtil.h"
21
21
#include " CellularLog.h"
22
- #include " CellularTargets.h"
23
22
#include " events/EventQueue.h"
24
23
25
24
namespace mbed {
You can’t perform that action at this time.
0 commit comments