Skip to content

Commit bb23b1c

Browse files
author
Teppo Järvelin
committed
Cellular: Fixed rebase error.
1 parent accdaf3 commit bb23b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/targets/UBLOX/PPP/UBLOX_PPP_CellularNetwork.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bool UBLOX_PPP_CellularNetwork::has_registration(RegistrationType reg_type)
3737
return (reg_type == C_REG || reg_type == C_GREG);
3838
}
3939

40-
nsapi_error_t UBLOX_LISA_U_CellularNetwork::set_access_technology_impl(RadioAccessTechnology opRat)
40+
nsapi_error_t UBLOX_PPP_CellularNetwork::set_access_technology_impl(RadioAccessTechnology opRat)
4141
{
4242
_op_act = RAT_UNKNOWN;
4343
return NSAPI_ERROR_UNSUPPORTED;

0 commit comments

Comments
 (0)