Skip to content

Commit 9d07ab9

Browse files
committed
fix gpsconfig_t structure add baudrate
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent abd90ee commit 9d07ab9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/gpslib.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ struct gpsdata_t {
9595
*/
9696
struct gpsconfig_t {
9797
int type; /**< GPS type @ref gpstype_e, For In-built GPS use @ref GPS_TYPE_MTK */
98+
int baud; /**< GPS Baudrate */
9899
float speedlimit; /**< Over-speed limit in Km/h */
99100
float harshturn; /**< Harsh Turning speed limit in Km/h */
100101
float harshbrk; /**< Harsh breaking limit in g (m/s2) */

0 commit comments

Comments
 (0)