Skip to content

Commit 99c4040

Browse files
julianoesdagar
authored andcommitted
gps: revert ubx changes, point to 1.15 branch
This reverts UBX changes that we don't want to backport into v1.15. We now point to a release/1.15 branch within the PX4-GPSDrivers submodule.
1 parent 03b4ad4 commit 99c4040

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/drivers/gps/gps.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -934,8 +934,7 @@ GPS::run()
934934
set_device_type(DRV_GPS_DEVTYPE_UBX_9);
935935
break;
936936

937-
case GPSDriverUBX::Board::u_blox9_F9P_L1L2:
938-
case GPSDriverUBX::Board::u_blox9_F9P_L1L5:
937+
case GPSDriverUBX::Board::u_blox9_F9P:
939938
set_device_type(DRV_GPS_DEVTYPE_UBX_F9P);
940939
break;
941940

0 commit comments

Comments
 (0)