projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
All comments in the library, bootloaders, demos and projects have now been spell...
[pub/lufa.git]
/
Demos
/
Device
/
RNDISEthernet
/
RNDISEthernet.c
diff --git
a/Demos/Device/RNDISEthernet/RNDISEthernet.c
b/Demos/Device/RNDISEthernet/RNDISEthernet.c
index
3f9bb18
..
98863a1
100644
(file)
--- a/
Demos/Device/RNDISEthernet/RNDISEthernet.c
+++ b/
Demos/Device/RNDISEthernet/RNDISEthernet.c
@@
-99,7
+99,7
@@
EVENT_HANDLER(USB_Connect)
}
\r
\r
/** Event handler for the USB_Disconnect event. This indicates that the device is no longer connected to a host via
\r
}
\r
\r
/** Event handler for the USB_Disconnect event. This indicates that the device is no longer connected to a host via
\r
- * the status LEDs and stops all the relev
e
nt tasks.
\r
+ * the status LEDs and stops all the relev
a
nt tasks.
\r
*/
\r
EVENT_HANDLER(USB_Disconnect)
\r
{
\r
*/
\r
EVENT_HANDLER(USB_Disconnect)
\r
{
\r
@@
-114,7
+114,7
@@
EVENT_HANDLER(USB_Disconnect)
}
\r
\r
/** Event handler for the USB_ConfigurationChanged event. This is fired when the host sets the current configuration
\r
}
\r
\r
/** Event handler for the USB_ConfigurationChanged event. This is fired when the host sets the current configuration
\r
- * of the USB device after enumeration, and configures the RNDIS device endpoints and starts the relev
e
nt tasks.
\r
+ * of the USB device after enumeration, and configures the RNDIS device endpoints and starts the relev
a
nt tasks.
\r
*/
\r
EVENT_HANDLER(USB_ConfigurationChanged)
\r
{
\r
*/
\r
EVENT_HANDLER(USB_ConfigurationChanged)
\r
{
\r
@@
-238,7
+238,7
@@
void UpdateStatus(uint8_t CurrentStatus)
}
\r
\r
/** Task to manage the sending and receiving of encapsulated RNDIS data and notifications. This removes the RNDIS
\r
}
\r
\r
/** Task to manage the sending and receiving of encapsulated RNDIS data and notifications. This removes the RNDIS
\r
- * wrapper from rec
ie
ved Ethernet frames and places them in the FrameIN global buffer, or adds the RNDIS wrapper
\r
+ * wrapper from rec
ei
ved Ethernet frames and places them in the FrameIN global buffer, or adds the RNDIS wrapper
\r
* to a frame in the FrameOUT global before sending the buffer contents to the host.
\r
*/
\r
TASK(RNDIS_Task)
\r
* to a frame in the FrameOUT global before sending the buffer contents to the host.
\r
*/
\r
TASK(RNDIS_Task)
\r