Skip to content

Commit

Permalink
docs: fixed CLI_monitorTempSensor(void) doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mariawaseem committed Nov 22, 2024
1 parent bda7f59 commit aa265e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/cli/menuItems/debugCommands.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ void CLI_testHasData(void);
* @brief Delete all files
*/
void CLI_wipeFileSystem(void);
/*
* @brief Monitors temperature sensor
*
/**
* @brief Monitor temperature sensor
*/
void CLI_monitorTempSensor(void);
/**
Expand Down

0 comments on commit aa265e3

Please sign in to comment.