1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00
This commit is contained in:
Filipp Bakanov 2022-01-28 15:14:29 +03:00
parent 3670b7d410
commit ca0f25b265
No known key found for this signature in database
GPG key ID: A8B7CC1737CDF1D2
3 changed files with 20 additions and 14 deletions

View file

@ -24,7 +24,6 @@
typedef struct positionConfig_s {
uint8_t altSource;
uint8_t gpsAltMinSats;
} positionConfig_t;
PG_DECLARE(positionConfig_t, positionConfig);