mirror of https://github.com/ARMmbed/mbed-os.git
WIO_BG96: fix macro exclusion - use cellular
This depends on cellular drivers not netsockets (it works because both are present in the system, not true when you use CMake).pull/14424/head
parent
6aef1af9e0
commit
e3c8878d59
|
@ -15,7 +15,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if MBED_CONF_NSAPI_PRESENT
|
#if MBED_CONF_CELLULAR_PRESENT
|
||||||
|
|
||||||
#include "ONBOARD_QUECTEL_BG96.h"
|
#include "ONBOARD_QUECTEL_BG96.h"
|
||||||
|
|
||||||
|
@ -117,4 +117,4 @@ CellularDevice *CellularDevice::get_target_default_instance()
|
||||||
return &device;
|
return &device;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // MBED_CONF_NSAPI_PRESENT
|
#endif // MBED_CONF_CELLULAR_PRESENT
|
||||||
|
|
Loading…
Reference in New Issue