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
/
GenericHID
/
GenericHID.c
diff --git
a/Demos/Device/GenericHID/GenericHID.c
b/Demos/Device/GenericHID/GenericHID.c
index
a9ecfa7
..
a0d4f15
100644
(file)
--- a/
Demos/Device/GenericHID/GenericHID.c
+++ b/
Demos/Device/GenericHID/GenericHID.c
@@
-40,11
+40,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_HID_Report , TaskStatus:
TASK_STOP },
\r
+ {
.Task = USB_HID_Report , .TaskStatus =
TASK_STOP },
\r
#endif
\r
};
\r
\r
#endif
\r
};
\r
\r