Skip to content

Commit

Permalink
docs: correct menu_ documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
willcyber committed Nov 7, 2024
1 parent 0da8c2c commit e7db8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fileCLI/fileCLI.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ class FileCLI{
*/
const char cmd;
/**
* A pointer to a place in ram where a function with properties is held. Executes the
* command associated with cmd.
* A pointer to a place in flash memory or RAM where a function with properties is held.
* Executes the command associated with cmd.
*/
void (FileCLI::*fn)(void);
} menu_t;
Expand Down

0 comments on commit e7db8af

Please sign in to comment.