Skip to content

Commit

Permalink
Merge pull request #1230 from bitcraze/krichardsson/enHighLevel
Browse files Browse the repository at this point in the history
Deprecated enHighLevel
  • Loading branch information
knmcguire authored Feb 16, 2023
2 parents 22e16b1 + 2093f36 commit 874289c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/modules/src/commander.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,10 @@ int commanderGetActivePriority(void)
PARAM_GROUP_START(commander)

/**
* @brief Enable high level commander
* @brief Enable high level commander - deprecated (removed after August 2023)
*
* This parameter does not change anything and does not provide any functionality. There is no need
* to set it before using the high level commander. See https://github.com/bitcraze/crazyflie-firmware/pull/903
*/
PARAM_ADD_CORE(PARAM_UINT8, enHighLevel, &enableHighLevel)

Expand Down

0 comments on commit 874289c

Please sign in to comment.