Cellular: Fixed rebase error.

pull/6496/head
Teppo Järvelin 2018-04-06 15:05:59 +03:00
parent f7f21dc377
commit b3226acbbf
1 changed files with 1 additions and 1 deletions

View File

@ -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;