Skip to content

Commit f0a5dce

Browse files
committed
Delete commented out merge conflict resolution
1 parent 88c1cd1 commit f0a5dce

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,7 @@ bool UBLOX_PPP_CellularNetwork::get_modem_stack_type(nsapi_ip_stack_t requested_
3434

3535
AT_CellularNetwork::RegistrationMode UBLOX_PPP_CellularNetwork::has_registration(RegistrationType reg_type)
3636
{
37-
//<<<<<<< HEAD
3837
return (reg_type == C_REG || reg_type == C_GREG) ? RegistrationModeLAC : RegistrationModeDisable;
39-
//=======
40-
//#ifdef TARGET_DRAGONFLY_L471QG
41-
// return (reg_type == C_REG || reg_type == C_EREG);
42-
//#else
43-
// return (reg_type == C_REG || reg_type == C_GREG || reg_type == C_EREG);
44-
//#endif
45-
//>>>>>>> Fixed spacing/tabs and clean up targets.json
4638
}
4739

4840
nsapi_error_t UBLOX_PPP_CellularNetwork::set_access_technology_impl(RadioAccessTechnology opRat)

0 commit comments

Comments
 (0)