X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/74fb2d895e3197f9b0204366d7f6f52c9c41b2ff..926a83bbc12cc09e026a51b173007dc7cda16117:/Projects/Benito/Benito.txt
diff --git a/Projects/Benito/Benito.txt b/Projects/Benito/Benito.txt
index f1a4f6acd..bfa707a6f 100644
--- a/Projects/Benito/Benito.txt
+++ b/Projects/Benito/Benito.txt
@@ -68,37 +68,37 @@
*
*
* | AVR_RESET_LINE_PORT |
- * Makefile LUFA_OPTS |
+ * AppConfig.h |
* Indicates the PORT register of the pin used to generate the target /RESET line pulse. |
*
*
* | AVR_RESET_LINE_DDR |
- * Makefile LUFA_OPTS |
+ * AppConfig.h |
* Indicates the DDR register of the pin used to generate the target /RESET line pulse. |
*
*
* | AVR_RESET_LINE_MASK |
- * Makefile LUFA_OPTS |
+ * AppConfig.h |
* Indicates the mask of the pin used to generate the target /RESET line pulse. |
*
*
* | AVR_RESET_PULSE_MS |
- * Makefile LUFA_OPTS |
+ * AppConfig.h |
* Pulse length in milliseconds for the target /RESET pulse. |
*
*
* | TX_RX_LED_PULSE_MS |
- * Makefile LUFA_OPTS |
+ * AppConfig.h |
* Pulse length in milliseconds for the activity Tx/Rx LEDs. |
*
*
* | PING_PONG_LED_PULSE_MS |
- * Makefile LUFA_OPTS |
+ * AppConfig.h |
* Pulse length in milliseconds for the enumeration LED ping-ponging between toggles. |
*
*
* | RECEIVE_BUFFER_FLUSH_MS |
- * Makefile LUFA_OPTS |
+ * AppConfig.h |
* Period between flushings of received data buffer to the attached USB host. |
*
*