Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
e6f37221
Commit
e6f37221
authored
Jul 22, 2010
by
Dean Camera
Browse files
Fix up minor whitespace formatting errors.
parent
6bda6287
Changes
9
Hide whitespace changes
Inline
Side-by-side
Demos/Device/ClassDriver/GenericHID/GenericHID.h
View file @
e6f37221
...
...
@@ -74,7 +74,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
,
...
...
Demos/Device/ClassDriver/Joystick/Joystick.h
View file @
e6f37221
...
...
@@ -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
,
...
...
Demos/Device/ClassDriver/Keyboard/Keyboard.h
View file @
e6f37221
...
...
@@ -77,7 +77,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
,
...
...
Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.h
View file @
e6f37221
...
...
@@ -72,7 +72,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
,
...
...
Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.h
View file @
e6f37221
...
...
@@ -88,7 +88,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
,
...
...
Demos/Device/ClassDriver/Mouse/Mouse.h
View file @
e6f37221
...
...
@@ -78,7 +78,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
,
...
...
Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.h
View file @
e6f37221
...
...
@@ -78,7 +78,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
,
...
...
Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h
View file @
e6f37221
...
...
@@ -218,7 +218,7 @@
static
bool
ProcessNDISQuery
(
const
uint32_t
OId
,
void
*
QueryData
,
uint16_t
QuerySize
,
void
*
ResponseData
,
void
*
ResponseData
,
uint16_t
*
ResponseSize
);
static
bool
ProcessNDISSet
(
const
uint32_t
OId
,
void
*
SetData
,
...
...
Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h
View file @
e6f37221
...
...
@@ -252,7 +252,7 @@
#if defined(INCLUDE_FROM_TCP_C)
static
uint16_t
TCP_Checksum16
(
void
*
TCPHeaderOutStart
,
const
IP_Address_t
SourceAddress
,
const
IP_Address_t
DestinationAddress
,
const
IP_Address_t
DestinationAddress
,
uint16_t
TCPOutSize
);
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment