diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-22 05:00:39 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-22 05:00:39 +0000 |
commit | e6f37221fa9b43046055f5bbc8cfb2c088011b5c (patch) | |
tree | bacc248d1510c339f6a8817951328111286e0d04 /Demos/Device/ClassDriver/Joystick | |
parent | 6bda628718f67c04ed43e8328f55bdce5319c504 (diff) | |
download | lufa-e6f37221fa9b43046055f5bbc8cfb2c088011b5c.tar.gz lufa-e6f37221fa9b43046055f5bbc8cfb2c088011b5c.tar.bz2 lufa-e6f37221fa9b43046055f5bbc8cfb2c088011b5c.zip |
Fix up minor whitespace formatting errors.
Diffstat (limited to 'Demos/Device/ClassDriver/Joystick')
-rw-r--r-- | Demos/Device/ClassDriver/Joystick/Joystick.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/Joystick/Joystick.h b/Demos/Device/ClassDriver/Joystick/Joystick.h index fc06634ff..a8151cdf1 100644 --- a/Demos/Device/ClassDriver/Joystick/Joystick.h +++ b/Demos/Device/ClassDriver/Joystick/Joystick.h @@ -87,7 +87,7 @@ bool CALLBACK_HID_Device_CreateHIDReport(USB_ClassInfo_HID_Device_t* const HIDInterfaceInfo, uint8_t* const ReportID, - const uint8_t ReportType, + const uint8_t ReportType, void* ReportData, uint16_t* const ReportSize); void CALLBACK_HID_Device_ProcessHIDReport(USB_ClassInfo_HID_Device_t* const HIDInterfaceInfo, |