1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 01:35:35 +03:00

add BB wp number

This commit is contained in:
breadoven 2023-11-20 22:01:07 +00:00
parent 3740682352
commit b4847bd362
3 changed files with 11 additions and 1 deletions

View file

@ -4583,3 +4583,8 @@ int8_t navCheckActiveAngleHoldAxis(void)
return activeAxis;
}
uint8_t getActiveWpNumber(void)
{
return NAV_Status.activeWpNumber;
}