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 2121#endif
2222
2323#include " CellularUtil.h" // for CELLULAR_ helper macros
24- #include " CellularTargets.h"
2524
2625#ifndef MBED_CONF_APP_CELLULAR_SIM_PIN
2726#error [NOT_SUPPORTED] SIM pin code is needed. Skipping this build.
Original file line number Diff line number Diff line change 2020#endif
2121
2222#include " CellularUtil.h" // for CELLULAR_ helper macros
23- #include " CellularTargets.h"
2423
2524#ifndef MBED_CONF_APP_CELLULAR_SIM_PIN
2625#error [NOT_SUPPORTED] SIM pin code is needed. Skipping this build.
Original file line number Diff line number Diff line change 1818#ifndef CELLULAR_DEVICE_H_
1919#define CELLULAR_DEVICE_H_
2020
21- #include " CellularTargets.h"
2221#include " CellularStateMachine.h"
2322#include " Callback.h"
2423#include " ATHandler.h"
@@ -63,8 +62,9 @@ class CellularDevice {
6362 SimStateUnknown
6463 };
6564
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.
6868 *
6969 * @remark Application may override this (non-weak) default implementation.
7070 *
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1919#include " CellularContext.h"
2020#include " CellularUtil.h"
2121#include " CellularLog.h"
22- #include " CellularTargets.h"
2322#include " events/EventQueue.h"
2423
2524namespace mbed {
You can’t perform that action at this time.
0 commit comments