Skip to content

Commit

Permalink
doc: Added doc for CLI_debugMenu[] (#131)
Browse files Browse the repository at this point in the history
Not sure if this is enough documentation, so please let me know if I
should add more. Also, cli in this context stands for command line,
right? (Issue #82)
  • Loading branch information
ntlhui authored Nov 15, 2024
2 parents d8ee977 + d9d72eb commit 91b5bb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cli/cliDebug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@

#include "Particle.h"


/**
* @brief Command line debugging menu
*/
const Menu_t CLI_debugMenu[] =
{
{1, "Display Fault Log", &CLI_displayFLOG, MENU_CMD},
Expand Down

0 comments on commit 91b5bb9

Please sign in to comment.