]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Output/uartOut/output_com.c
Fixing RAM calculator and reduced actual SRAM usage
[kiibohd-controller.git] / Output / uartOut / output_com.c
index 2f1762f6f42b151967605a36d7deab1c1dd727a9..796af63e294faad71357d5d1c991d07c4aa9978e 100644 (file)
@@ -52,8 +52,8 @@ void cliFunc_setMod     ( char* args );
 // ----- Variables -----
 
 // Output Module command dictionary
-char*       outputCLIDictName = "USB Module Commands - NOT WORKING";
-CLIDictItem outputCLIDict[] = {
+const char outputCLIDictName[] = "USB Module Commands - NOT WORKING";
+const CLIDictItem outputCLIDict[] = {
        { "kbdProtocol", "Keyboard Protocol Mode: 0 - Boot, 1 - OS/NKRO Mode", cliFunc_kbdProtocol },
        { "readLEDs",    "Read LED byte:" NL "\t\t1 NumLck, 2 CapsLck, 4 ScrlLck, 16 Kana, etc.", cliFunc_readLEDs },
        { "sendKeys",    "Send the prepared list of USB codes and modifier byte.", cliFunc_sendKeys },