From e7db8afbe54c8fb6e6690affac1125bcbfdfabbe Mon Sep 17 00:00:00 2001 From: William Date: Thu, 7 Nov 2024 15:54:55 -0800 Subject: [PATCH] docs: correct menu_ documentation --- src/fileCLI/fileCLI.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fileCLI/fileCLI.hpp b/src/fileCLI/fileCLI.hpp index f7c2ee7..e40852d 100644 --- a/src/fileCLI/fileCLI.hpp +++ b/src/fileCLI/fileCLI.hpp @@ -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;