File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
features/cellular/framework/device Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ bool CellularStateMachine::device_ready()
385385
386386#ifdef MBED_CONF_CELLULAR_RADIO_ACCESS_TECHNOLOGY
387387 MBED_ASSERT (MBED_CONF_CELLULAR_RADIO_ACCESS_TECHNOLOGY >= CellularNetwork::RAT_GSM &&
388- MBED_CONF_CELLULAR_RADIO_ACCESS_TECHNOLOGY < CellularNetwork::RAT_UNKNOWN);
388+ MBED_CONF_CELLULAR_RADIO_ACCESS_TECHNOLOGY < CellularNetwork::RAT_UNKNOWN);
389389 nsapi_error_t err = _network->set_access_technology ((CellularNetwork::RadioAccessTechnology)MBED_CONF_CELLULAR_RADIO_ACCESS_TECHNOLOGY);
390390 if (err != NSAPI_ERROR_OK && err != NSAPI_ERROR_UNSUPPORTED) {
391391 tr_warning (" Failed to set access technology to %d" , MBED_CONF_CELLULAR_RADIO_ACCESS_TECHNOLOGY);
You can’t perform that action at this time.
0 commit comments