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
b2330934
Commit
b2330934
authored
Jun 11, 2009
by
Dean Camera
Browse files
Some minor whitespace corrections.
parent
462fb500
Changes
24
Show whitespace changes
Inline
Side-by-side
Demos/Device/ClassDriver/AudioInput/AudioInput.h
View file @
b2330934
Demos/Device/ClassDriver/AudioInput/Descriptors.c
View file @
b2330934
Demos/Device/ClassDriver/AudioInput/Descriptors.h
View file @
b2330934
Demos/Device/ClassDriver/AudioOutput/AudioOutput.c
View file @
b2330934
Demos/Device/ClassDriver/AudioOutput/Descriptors.c
View file @
b2330934
Demos/Device/ClassDriver/AudioOutput/Descriptors.h
View file @
b2330934
Demos/Device/ClassDriver/CDC/Descriptors.c
View file @
b2330934
Demos/Device/ClassDriver/CDC/Descriptors.h
View file @
b2330934
Demos/Device/ClassDriver/DualCDC/Descriptors.c
View file @
b2330934
Demos/Device/ClassDriver/DualCDC/Descriptors.h
View file @
b2330934
Demos/Device/ClassDriver/Joystick/Descriptors.c
View file @
b2330934
Demos/Device/ClassDriver/Joystick/Descriptors.h
View file @
b2330934
Demos/Device/ClassDriver/Keyboard/Keyboard.c
View file @
b2330934
Demos/Device/ClassDriver/KeyboardMouse/Descriptors.h
View file @
b2330934
Demos/Device/ClassDriver/MIDI/Descriptors.c
View file @
b2330934
Demos/Device/ClassDriver/Mouse/Descriptors.c
View file @
b2330934
Demos/Device/ClassDriver/Mouse/Mouse.c
View file @
b2330934
Demos/Device/ClassDriver/RNDISEthernet/Descriptors.c
View file @
b2330934
Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.c
View file @
b2330934
Demos/Device/ClassDriver/USBtoSerial/Descriptors.c
View file @
b2330934
...
@@ -177,7 +177,7 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
...
@@ -177,7 +177,7 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
.
EndpointAddress
=
(
ENDPOINT_DESCRIPTOR_DIR_IN
|
CDC_TX_EPNUM
),
.
EndpointAddress
=
(
ENDPOINT_DESCRIPTOR_DIR_IN
|
CDC_TX_EPNUM
),
.
Attributes
=
EP_TYPE_BULK
,
.
Attributes
=
EP_TYPE_BULK
,
.
EndpointSize
=
CDC_TXRX_EPSIZE
,
.
EndpointSize
=
CDC_TXRX_EPSIZE
,
.
PollingIntervalMS
=
0x00
.
PollingIntervalMS
=
0x00
}
}
};
};
...
...
Prev
1
2
Next
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