Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
add a U_GNSS_PRIVATE_STREAM_TYPE for U_GNSS_TRANSPORT_USB
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanMOlson authored and RobMeades committed Mar 10, 2024
1 parent 29fa8a6 commit 1bde1d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gnss/src/u_gnss_private.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ static const int32_t gGnssPrivateTransportTypeToStream[] = {
U_GNSS_PRIVATE_STREAM_TYPE_I2C, // U_GNSS_TRANSPORT_I2C
U_GNSS_PRIVATE_STREAM_TYPE_SPI, // U_GNSS_TRANSPORT_SPI
U_GNSS_PRIVATE_STREAM_TYPE_VIRTUAL_SERIAL, // U_GNSS_TRANSPORT_VIRTUAL_SERIAL
U_GNSS_PRIVATE_STREAM_TYPE_UART // U_GNSS_TRANSPORT_UART_2
U_GNSS_PRIVATE_STREAM_TYPE_UART, // U_GNSS_TRANSPORT_UART_2
U_GNSS_PRIVATE_STREAM_TYPE_UART // U_GNSS_TRANSPORT_USB
};

/** Table to convert a port number to the UBX-CFG-VAL group ID that
Expand Down

0 comments on commit 1bde1d2

Please sign in to comment.