Skip to content

Commit

Permalink
gps: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes authored and mrpollo committed Dec 12, 2024
1 parent c5b7b1f commit 787730a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/drivers/gps/gps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,8 @@ GPS::run()
set_device_type(DRV_GPS_DEVTYPE_UBX_9);
break;

case GPSDriverUBX::Board::u_blox9_F9P:
case GPSDriverUBX::Board::u_blox9_F9P_L1L2:
case GPSDriverUBX::Board::u_blox9_F9P_L1L5:
set_device_type(DRV_GPS_DEVTYPE_UBX_F9P);
break;

Expand Down

0 comments on commit 787730a

Please sign in to comment.