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
b1d75686
Commit
b1d75686
authored
Feb 06, 2011
by
Dean Camera
Browse files
Fix incorrect #include filenames in the RNDIS demos.
parent
279e1b6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h
View file @
b1d75686
...
...
@@ -52,7 +52,7 @@
#include
<LUFA/Version.h>
#include
<LUFA/Drivers/Board/LEDs.h>
#include
<LUFA/Drivers/Peripheral/S
tream
.h>
#include
<LUFA/Drivers/Peripheral/S
erial
.h>
#include
<LUFA/Drivers/USB/USB.h>
/* Macros: */
...
...
Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h
View file @
b1d75686
...
...
@@ -54,7 +54,7 @@
#include
<LUFA/Version.h>
#include
<LUFA/Drivers/USB/USB.h>
#include
<LUFA/Drivers/Board/LEDs.h>
#include
<LUFA/Drivers/Peripheral/Serial
Stream
.h>
#include
<LUFA/Drivers/Peripheral/Serial.h>
/* Macros: */
/** Notification value to indicate that a frame is ready to be read by the host. */
...
...
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