Merge "Add QZSS constellation in Gnss_LocSvSystemEnumType"

This commit is contained in:
Linux Build Service Account 2017-07-07 23:37:51 -07:00 committed by Gerrit - the friendly Code Review server
commit 6d398dc347

View file

@ -706,8 +706,10 @@ typedef enum
/**< COMPASS satellite. */
GNSS_LOC_SV_SYSTEM_GLONASS = 5,
/**< GLONASS satellite. */
GNSS_LOC_SV_SYSTEM_BDS = 6
GNSS_LOC_SV_SYSTEM_BDS = 6,
/**< BDS satellite. */
GNSS_LOC_SV_SYSTEM_QZSS = 7
/**< QZSS satellite. */
} Gnss_LocSvSystemEnumType;
typedef enum