projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make the RNDISEthernetHost Class driver demo print out incomming packets from the...
[pub/lufa.git]
/
Demos
/
Host
/
ClassDriver
/
RNDISEthernetHost
/
RNDISEthernetHost.h
diff --git
a/Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.h
b/Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.h
index
ce0474a
..
5f84980
100644
(file)
--- a/
Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.h
+++ b/
Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.h
@@
-65,6
+65,7
@@
\r
/* Function Prototypes: */
\r
void SetupHardware(void);
\r
+ void PrintIncommingPackets(void);
\r
\r
void EVENT_USB_Host_HostError(const uint8_t ErrorCode);
\r
void EVENT_USB_Host_DeviceAttached(void);
\r