We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accdaf3 commit bb23b1cCopy full SHA for bb23b1c
features/cellular/framework/targets/UBLOX/PPP/UBLOX_PPP_CellularNetwork.cpp
@@ -37,7 +37,7 @@ bool UBLOX_PPP_CellularNetwork::has_registration(RegistrationType reg_type)
37
return (reg_type == C_REG || reg_type == C_GREG);
38
}
39
40
-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)
41
{
42
_op_act = RAT_UNKNOWN;
43
return NSAPI_ERROR_UNSUPPORTED;
0 commit comments