File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
features/cellular/framework/targets/UBLOX/PPP Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,7 @@ bool UBLOX_PPP_CellularNetwork::get_modem_stack_type(nsapi_ip_stack_t requested_
34
34
35
35
AT_CellularNetwork::RegistrationMode UBLOX_PPP_CellularNetwork::has_registration (RegistrationType reg_type)
36
36
{
37
- // <<<<<<< HEAD
38
37
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
46
38
}
47
39
48
40
nsapi_error_t UBLOX_PPP_CellularNetwork::set_access_technology_impl (RadioAccessTechnology opRat)
You can’t perform that action at this time.
0 commit comments