mirror of https://github.com/ARMmbed/mbed-os.git
Delete commented out merge conflict resolution
parent
88c1cd1e37
commit
f0a5dce37f
|
@ -34,15 +34,7 @@ bool UBLOX_PPP_CellularNetwork::get_modem_stack_type(nsapi_ip_stack_t requested_
|
||||||
|
|
||||||
AT_CellularNetwork::RegistrationMode UBLOX_PPP_CellularNetwork::has_registration(RegistrationType reg_type)
|
AT_CellularNetwork::RegistrationMode UBLOX_PPP_CellularNetwork::has_registration(RegistrationType reg_type)
|
||||||
{
|
{
|
||||||
//<<<<<<< HEAD
|
|
||||||
return (reg_type == C_REG || reg_type == C_GREG) ? RegistrationModeLAC : RegistrationModeDisable;
|
return (reg_type == C_REG || reg_type == C_GREG) ? RegistrationModeLAC : RegistrationModeDisable;
|
||||||
//=======
|
|
||||||
//#ifdef TARGET_DRAGONFLY_L471QG
|
|
||||||
// return (reg_type == C_REG || reg_type == C_EREG);
|
|
||||||
//#else
|
|
||||||
// return (reg_type == C_REG || reg_type == C_GREG || reg_type == C_EREG);
|
|
||||||
//#endif
|
|
||||||
//>>>>>>> Fixed spacing/tabs and clean up targets.json
|
|
||||||
}
|
}
|
||||||
|
|
||||||
nsapi_error_t UBLOX_PPP_CellularNetwork::set_access_technology_impl(RadioAccessTechnology opRat)
|
nsapi_error_t UBLOX_PPP_CellularNetwork::set_access_technology_impl(RadioAccessTechnology opRat)
|
||||||
|
|
Loading…
Reference in New Issue