mirror of https://github.com/ARMmbed/mbed-os.git
Cellular: Fixed rebase error.
parent
f7f21dc377
commit
b3226acbbf
|
|
@ -37,7 +37,7 @@ bool UBLOX_PPP_CellularNetwork::has_registration(RegistrationType reg_type)
|
|||
return (reg_type == C_REG || reg_type == C_GREG);
|
||||
}
|
||||
|
||||
nsapi_error_t UBLOX_LISA_U_CellularNetwork::set_access_technology_impl(RadioAccessTechnology opRat)
|
||||
nsapi_error_t UBLOX_PPP_CellularNetwork::set_access_technology_impl(RadioAccessTechnology opRat)
|
||||
{
|
||||
_op_act = RAT_UNKNOWN;
|
||||
return NSAPI_ERROR_UNSUPPORTED;
|
||||
|
|
|
|||
Loading…
Reference in New Issue