projects
/
pub
/
USBasp.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/USBasp.git]
/
Demos
/
Device
/
Joystick
/
Joystick.c
diff --git
a/Demos/Device/Joystick/Joystick.c
b/Demos/Device/Joystick/Joystick.c
index
c5d90e7
..
60eef54
100644
(file)
--- a/
Demos/Device/Joystick/Joystick.c
+++ b/
Demos/Device/Joystick/Joystick.c
@@
-39,8
+39,8
@@
/* Scheduler Task List */
\r
TASK_LIST
\r
{
\r
/* Scheduler Task List */
\r
TASK_LIST
\r
{
\r
- {
Task: USB_USBTask , TaskStatus:
TASK_STOP },
\r
- {
Task: USB_Joystick_Report , TaskStatus:
TASK_STOP },
\r
+ {
.Task = USB_USBTask , .TaskStatus =
TASK_STOP },
\r
+ {
.Task = USB_Joystick_Report , .TaskStatus =
TASK_STOP },
\r
};
\r
\r
/** Main program entry point. This routine configures the hardware required by the application, then
\r
};
\r
\r
/** Main program entry point. This routine configures the hardware required by the application, then
\r