Ensure that the USB_DeviceState variable is properly set upon wakeup events, to the...
[pub/USBasp.git] / Demos / Device / ClassDriver / CDC / CDC.c
index 8ecfb7b..cc8abe4 100644 (file)
@@ -107,7 +107,7 @@ void CheckJoystickMovement(void)
        char*       ReportString  = NULL;\r
        static bool ActionSent    = false;\r
        \r
-       char* JoystickStrings[] =\r
+       char* const JoystickStrings[] =\r
                {\r
                        "Joystick Up\r\n",\r
                        "Joystick Down\r\n",\r