Skip to content

Commit 686d3e6

Browse files
felseradbridge
authored andcommitted
Fixed spacing/tabs and clean up targets.json
1 parent 37fa8a7 commit 686d3e6

File tree

3 files changed

+349
-349
lines changed

3 files changed

+349
-349
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ AT_CellularNetwork::RegistrationMode UBLOX_PPP_CellularNetwork::has_registration
3838
return (reg_type == C_REG || reg_type == C_GREG) ? RegistrationModeLAC : RegistrationModeDisable;
3939
//=======
4040
//#ifdef TARGET_DRAGONFLY_L471QG
41-
// return (reg_type == C_REG || reg_type == C_EREG);
41+
// return (reg_type == C_REG || reg_type == C_EREG);
4242
//#else
4343
// return (reg_type == C_REG || reg_type == C_GREG || reg_type == C_EREG);
4444
//#endif
45-
//>>>>>>> changes to support mts dragonfly nano ppp
45+
//>>>>>>> Fixed spacing/tabs and clean up targets.json
4646
}
4747

4848
nsapi_error_t UBLOX_PPP_CellularNetwork::set_access_technology_impl(RadioAccessTechnology opRat)

0 commit comments

Comments
 (0)