Changed over all deprecated GCC structure tag initializers to the standardized C99...
[pub/lufa.git] / Demos / Device / Keyboard / Keyboard.c
index 8c4157a..f0e0186 100644 (file)
 TASK_LIST\r
 {\r
        #if !defined(INTERRUPT_CONTROL_ENDPOINT)\r
-       { Task: USB_USBTask          , TaskStatus: TASK_STOP },\r
+       { .Task = USB_USBTask          , .TaskStatus = TASK_STOP },\r
        #endif\r
        \r
        #if !defined(INTERRUPT_DATA_ENDPOINT)\r
-       { Task: USB_Keyboard_Report  , TaskStatus: TASK_STOP },\r
+       { .Task = USB_Keyboard_Report  , .TaskStatus = TASK_STOP },\r
        #endif\r
 };\r
 \r