X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/dc68de15b69c2064b1b14d00659aa91054cccbe1..3125fd5f4fe79b6acc89aea9f51b159db2dfd3ff:/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt
diff --git a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt
index b897f1bb5..2175ecb7f 100644
--- a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt
+++ b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt
@@ -1,122 +1,122 @@
-/** \file
- *
- * This file contains special DoxyGen information for the generation of the main page and other special
- * documentation pages. It is not a project source file.
- */
-
-/** \mainpage RNDIS Class Ethernet Demo (with Webserver/Telnet)
- *
- * \section SSec_Compat Demo Compatibility:
- *
- * The following list indicates what microcontrollers are compatible with this demo.
- *
- * - Series 7 USB AVRs
- * - Series 6 USB AVRs
- *
- * \section SSec_Info USB Information:
- *
- * The following table gives a rundown of the USB utilization of this demo.
- *
- *
- *
- * Define Name: |
- * Location: |
- * Description: |
- *
- *
- * NO_DECODE_ETHERNET |
- * Makefile CDEFS |
- * When defined, received Ethernet headers will not be decoded and printed to the device serial port. |
- *
- *
- * NO_DECODE_ARP |
- * Makefile CDEFS |
- * When defined, received ARP headers will not be decoded and printed to the device serial port. |
- *
- *
- * NO_DECODE_IP |
- * Makefile CDEFS |
- * When defined, received IP headers will not be decoded and printed to the device serial port. |
- *
- *
- * NO_DECODE_ICMP |
- * Makefile CDEFS |
- * When defined, received ICMP headers will not be decoded and printed to the device serial port. |
- *
- *
- * NO_DECODE_TCP |
- * Makefile CDEFS |
- * When defined, received TCP headers will not be decoded and printed to the device serial port. |
- *
- *
- * NO_DECODE_UDP |
- * Makefile CDEFS |
- * When defined, received UDP headers will not be decoded and printed to the device serial port. |
- *
- *
- * NO_DECODE_DHCP |
- * Makefile CDEFS |
- * When defined, received DHCP headers will not be decoded and printed to the device serial port. |
- *
- *
+/** \file
+ *
+ * This file contains special DoxyGen information for the generation of the main page and other special
+ * documentation pages. It is not a project source file.
+ */
+
+/** \mainpage RNDIS Class Ethernet Demo (with Webserver/Telnet)
+ *
+ * \section SSec_Compat Demo Compatibility:
+ *
+ * The following list indicates what microcontrollers are compatible with this demo.
+ *
+ * - Series 7 USB AVRs
+ * - Series 6 USB AVRs
+ *
+ * \section SSec_Info USB Information:
+ *
+ * The following table gives a rundown of the USB utilization of this demo.
+ *
+ *
+ *
+ * Define Name: |
+ * Location: |
+ * Description: |
+ *
+ *
+ * NO_DECODE_ETHERNET |
+ * Makefile CDEFS |
+ * When defined, received Ethernet headers will not be decoded and printed to the device serial port. |
+ *
+ *
+ * NO_DECODE_ARP |
+ * Makefile CDEFS |
+ * When defined, received ARP headers will not be decoded and printed to the device serial port. |
+ *
+ *
+ * NO_DECODE_IP |
+ * Makefile CDEFS |
+ * When defined, received IP headers will not be decoded and printed to the device serial port. |
+ *
+ *
+ * NO_DECODE_ICMP |
+ * Makefile CDEFS |
+ * When defined, received ICMP headers will not be decoded and printed to the device serial port. |
+ *
+ *
+ * NO_DECODE_TCP |
+ * Makefile CDEFS |
+ * When defined, received TCP headers will not be decoded and printed to the device serial port. |
+ *
+ *
+ * NO_DECODE_UDP |
+ * Makefile CDEFS |
+ * When defined, received UDP headers will not be decoded and printed to the device serial port. |
+ *
+ *
+ * NO_DECODE_DHCP |
+ * Makefile CDEFS |
+ * When defined, received DHCP headers will not be decoded and printed to the device serial port. |
+ *
+ *
*/
\ No newline at end of file