aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Benito/Benito.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-05-10 20:11:47 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-05-10 20:11:47 +0000
commit926a83bbc12cc09e026a51b173007dc7cda16117 (patch)
treee36a530ee2254dc473fa1b0397facb94c4397f9c /Projects/Benito/Benito.txt
parent74fb2d895e3197f9b0204366d7f6f52c9c41b2ff (diff)
downloadlufa-926a83bbc12cc09e026a51b173007dc7cda16117.tar.gz
lufa-926a83bbc12cc09e026a51b173007dc7cda16117.tar.bz2
lufa-926a83bbc12cc09e026a51b173007dc7cda16117.zip
AppConfigHeaders: Update several user projects to use configuration header files, rather than makefile defines.
Diffstat (limited to 'Projects/Benito/Benito.txt')
-rw-r--r--Projects/Benito/Benito.txt14
1 files changed, 7 insertions, 7 deletions
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 @@
* </tr>
* <tr>
* <td>AVR_RESET_LINE_PORT</td>
- * <td>Makefile LUFA_OPTS</td>
+ * <td>AppConfig.h</td>
* <td>Indicates the PORT register of the pin used to generate the target /RESET line pulse.</td>
* </tr>
* <tr>
* <td>AVR_RESET_LINE_DDR</td>
- * <td>Makefile LUFA_OPTS</td>
+ * <td>AppConfig.h</td>
* <td>Indicates the DDR register of the pin used to generate the target /RESET line pulse.</td>
* </tr>
* <tr>
* <td>AVR_RESET_LINE_MASK</td>
- * <td>Makefile LUFA_OPTS</td>
+ * <td>AppConfig.h</td>
* <td>Indicates the mask of the pin used to generate the target /RESET line pulse.</td>
* </tr>
* <tr>
* <td>AVR_RESET_PULSE_MS</td>
- * <td>Makefile LUFA_OPTS</td>
+ * <td>AppConfig.h</td>
* <td>Pulse length in milliseconds for the target /RESET pulse.</td>
* </tr>
* <tr>
* <td>TX_RX_LED_PULSE_MS</td>
- * <td>Makefile LUFA_OPTS</td>
+ * <td>AppConfig.h</td>
* <td>Pulse length in milliseconds for the activity Tx/Rx LEDs.</td>
* </tr>
* <tr>
* <td>PING_PONG_LED_PULSE_MS</td>
- * <td>Makefile LUFA_OPTS</td>
+ * <td>AppConfig.h</td>
* <td>Pulse length in milliseconds for the enumeration LED ping-ponging between toggles.</td>
* </tr>
* <tr>
* <td>RECEIVE_BUFFER_FLUSH_MS</td>
- * <td>Makefile LUFA_OPTS</td>
+ * <td>AppConfig.h</td>
* <td>Period between flushings of received data buffer to the attached USB host.</td>
* </tr>
* </table>