aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/gps/ashtech.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/gps/ashtech.h')
-rw-r--r--src/drivers/gps/ashtech.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/gps/ashtech.h b/src/drivers/gps/ashtech.h
index 6e65d0b2b..6ba522b9c 100644
--- a/src/drivers/gps/ashtech.h
+++ b/src/drivers/gps/ashtech.h
@@ -68,7 +68,7 @@ class ASHTECH : public GPS_Helper
char *_parse_pos; /** parse position */
bool _gsv_in_progress; /**< Indicates that gsv data parsing is in progress */
- /* int _satellites_count; /**< Number of satellites info parsed. */
+ /* int _satellites_count; **< Number of satellites info parsed. */
uint8_t count; /**< Number of satellites in satellite info */
uint8_t svid[SAT_INFO_MAX_SATELLITES]; /**< Space vehicle ID [1..255], see scheme below */
uint8_t used[SAT_INFO_MAX_SATELLITES]; /**< 0: Satellite not used, 1: used for navigation */