fix: Typo in LocationDataTypes
Fix typo in SystemTimeStructUnion definition. Change-Id: Idacfe730b4f56ae53f2c2dea72188788691da0f1 CRs-Fixed: 2206673
This commit is contained in:
parent
a197343e3c
commit
8f2e900e9e
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ typedef union {
|
|||
GnssSystemTimeStructType galSystemTime;
|
||||
GnssSystemTimeStructType bdsSystemTime;
|
||||
GnssSystemTimeStructType qzssSystemTime;
|
||||
GnssGloTimeStructType gloSytemTime;
|
||||
GnssGloTimeStructType gloSystemTime;
|
||||
} SystemTimeStructUnion;
|
||||
/** Time applicability of PVT report */
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in a new issue