mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
rescueYaw should be signed
This commit is contained in:
parent
713e72321b
commit
1f738f5aa4
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ PG_RESET_TEMPLATE(gpsRescueConfig_t, gpsRescueConfig,
|
||||||
);
|
);
|
||||||
|
|
||||||
static uint16_t rescueThrottle;
|
static uint16_t rescueThrottle;
|
||||||
static uint16_t rescueYaw;
|
static int16_t rescueYaw;
|
||||||
|
|
||||||
int32_t gpsRescueAngle[ANGLE_INDEX_COUNT] = { 0, 0 };
|
int32_t gpsRescueAngle[ANGLE_INDEX_COUNT] = { 0, 0 };
|
||||||
uint16_t hoverThrottle = 0;
|
uint16_t hoverThrottle = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue