projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update all demos, projects and bootloaders to indent all function parameters, one...
[pub/lufa.git]
/
Demos
/
Device
/
LowLevel
/
Joystick
/
Joystick.h
diff --git
a/Demos/Device/LowLevel/Joystick/Joystick.h
b/Demos/Device/LowLevel/Joystick/Joystick.h
index
3d876be
..
607f56e
100644
(file)
--- a/
Demos/Device/LowLevel/Joystick/Joystick.h
+++ b/
Demos/Device/LowLevel/Joystick/Joystick.h
@@
-87,6
+87,6
@@
void EVENT_USB_Device_ConfigurationChanged(void);
void EVENT_USB_Device_UnhandledControlRequest(void);
- bool GetNextReport(USB_JoystickReport_Data_t* ReportData);
+ bool GetNextReport(USB_JoystickReport_Data_t*
const
ReportData);
#endif