Skip to content

Commit 9000f2b

Browse files
committed
include:rename GPS driver function for L89HA
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent a6f58b6 commit 9000f2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/gpsdriver.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ struct gpsdriver_t {
105105
int gps_set_driver_casic(void);
106106

107107
/**
108-
* @brief Set GPS driver to Quectel L89H R2.0 GNSS/IRNSS Module
108+
* @brief Set GPS driver to Quectel L89HA R2.0 GNSS/IRNSS Module
109109
*
110110
* @return 0 on success
111111
*/
112-
int gps_set_driver_l89r2(void);
112+
int gps_set_driver_l89ha(void);
113113

114114
/**
115115
* @brief Set GPS driver to module using MT3333 or MT3339 chipset

0 commit comments

Comments
 (0)