Skip to content

Commit

Permalink
gps: split enum after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Oes <julian@oes.ch>
  • Loading branch information
julianoes authored and dagar committed May 1, 2024
1 parent b308c4f commit e79993a
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 @@ -939,7 +939,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 e79993a

Please sign in to comment.