Skip to content

Commit f31db91

Browse files
author
Teppo Järvelin
committed
Cellular: astyle fixes for CellularStateMachine.cpp.
1 parent 9a9a209 commit f31db91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/device/CellularStateMachine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)