X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7f4462267aeb1f40ad6a9d582168d1b07e53d7f2..9a373c409435796165b2f315b7e3d6fa303d5e4a:/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt
diff --git a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt
index 3099ac0a6..f05ec65c2 100644
--- a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt
+++ b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt
@@ -85,37 +85,37 @@
*
*
* NO_DECODE_ETHERNET |
- * Makefile LUFA_OPTS |
+ * NetworkConfig.h |
* When defined, received Ethernet headers will not be decoded and printed to the device serial port. |
*
*
* NO_DECODE_ARP |
- * Makefile LUFA_OPTS |
+ * NetworkConfig.h |
* When defined, received ARP headers will not be decoded and printed to the device serial port. |
*
*
* NO_DECODE_IP |
- * Makefile LUFA_OPTS |
+ * NetworkConfig.h |
* When defined, received IP headers will not be decoded and printed to the device serial port. |
*
*
* NO_DECODE_ICMP |
- * Makefile LUFA_OPTS |
+ * NetworkConfig.h |
* When defined, received ICMP headers will not be decoded and printed to the device serial port. |
*
*
* NO_DECODE_TCP |
- * Makefile LUFA_OPTS |
+ * NetworkConfig.h |
* When defined, received TCP headers will not be decoded and printed to the device serial port. |
*
*
* NO_DECODE_UDP |
- * Makefile LUFA_OPTS |
+ * NetworkConfig.h |
* When defined, received UDP headers will not be decoded and printed to the device serial port. |
*
*
* NO_DECODE_DHCP |
- * Makefile LUFA_OPTS |
+ * NetworkConfig.h |
* When defined, received DHCP headers will not be decoded and printed to the device serial port. |
*
*