Skip to content

Commit

Permalink
Updated param doc
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Dec 7, 2022
1 parent 479464f commit 3c4dc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/src/stabilizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ PARAM_GROUP_START(stabilizer)
*/
PARAM_ADD_CORE(PARAM_UINT8, estimator, &estimatorType)
/**
* @brief Controller type Any(0), PID(1), Mellinger(2), INDI(3) (Default: 0)
* @brief Controller type Any(0), PID(1), Mellinger(2), INDI(3), Brescianini(4) (Default: 0)
*/
PARAM_ADD_CORE(PARAM_UINT8, controller, &controllerType)
/**
Expand Down

0 comments on commit 3c4dc22

Please sign in to comment.