projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changed over all deprecated GCC structure tag initializers to the standardized C99...
[pub/lufa.git]
/
Demos
/
Device
/
Keyboard
/
Keyboard.c
diff --git
a/Demos/Device/Keyboard/Keyboard.c
b/Demos/Device/Keyboard/Keyboard.c
index
8c4157a
..
f0e0186
100644
(file)
--- a/
Demos/Device/Keyboard/Keyboard.c
+++ b/
Demos/Device/Keyboard/Keyboard.c
@@
-41,11
+41,11
@@
TASK_LIST
\r
{
\r
#if !defined(INTERRUPT_CONTROL_ENDPOINT)
\r
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
#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
#endif
\r
};
\r
\r