]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/MD1/scan_loop.c
Fixing RAM calculator and reduced actual SRAM usage
[kiibohd-controller.git] / Scan / MD1 / scan_loop.c
index 0d70dcac1d32ad6a268a77741849a93cd7d56d69..9d28055429794d2554344bfd315d8b42579d345b 100644 (file)
@@ -46,8 +46,8 @@ void cliFunc_echo( char* args );
 // ----- Variables -----
 
 // Scan Module command dictionary
-char*       scanCLIDictName = "Scan Module Commands";
-CLIDictItem scanCLIDict[] = {
+const char scanCLIDictName[] = "Scan Module Commands";
+const CLIDictItem scanCLIDict[] = {
        { "echo",        "Example command, echos the arguments.", cliFunc_echo },
        { 0, 0, 0 } // Null entry for dictionary end
 };