mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 01:35:35 +03:00
Merge pull request #9507 from breadoven/abo_blackbox_add_active_wp
Add active waypoint number to blackbox
This commit is contained in:
commit
ea600c0695
3 changed files with 11 additions and 1 deletions
|
@ -4611,3 +4611,8 @@ int8_t navCheckActiveAngleHoldAxis(void)
|
|||
|
||||
return activeAxis;
|
||||
}
|
||||
|
||||
uint8_t getActiveWpNumber(void)
|
||||
{
|
||||
return NAV_Status.activeWpNumber;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue