Browse Source

gps drivers: update submodule (#9222)

QGC4.4
Beat Küng 5 years ago committed by GitHub
parent
commit
1389ec6b79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/GPS/Drivers
  2. 1
      src/GPS/satellite_info.h

2
src/GPS/Drivers

@ -1 +1 @@ @@ -1 +1 @@
Subproject commit 318562bac7cd55e6cfafd4694094343a70e4f322
Subproject commit 5afc11588b2b6ec0861ecf9ef673c7a9e2109129

1
src/GPS/satellite_info.h

@ -47,6 +47,7 @@ struct satellite_info_s { @@ -47,6 +47,7 @@ struct satellite_info_s {
uint8_t elevation[20];
uint8_t azimuth[20];
uint8_t snr[20];
uint8_t prn[20];
#ifdef __cplusplus
static const uint8_t SAT_INFO_MAX_SATELLITES = 20;

Loading…
Cancel
Save