diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-08 21:31:03 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-08 21:31:03 +0000 |
commit | 7a1033025bbf0dcf4e4dc770fccb4edea86144a4 (patch) | |
tree | 2945687afa64de6fe618ac22a4e58b158eba876c /Projects/XPLAINBridge | |
parent | c60897df393cd6716e1bc32c9dcbe78c8f06059f (diff) | |
download | lufa-7a1033025bbf0dcf4e4dc770fccb4edea86144a4.tar.gz lufa-7a1033025bbf0dcf4e4dc770fccb4edea86144a4.tar.bz2 lufa-7a1033025bbf0dcf4e4dc770fccb4edea86144a4.zip |
Minor documentation fixes.
Make an explicit constant name for the CMDEX bit of the target's NVM command register in the AVRISP-MKII Clone project.
Diffstat (limited to 'Projects/XPLAINBridge')
-rw-r--r-- | Projects/XPLAINBridge/XPLAINBridge.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/XPLAINBridge/XPLAINBridge.txt b/Projects/XPLAINBridge/XPLAINBridge.txt index 52cf99fac..9dead426e 100644 --- a/Projects/XPLAINBridge/XPLAINBridge.txt +++ b/Projects/XPLAINBridge/XPLAINBridge.txt @@ -91,6 +91,7 @@ * </tr> * <tr> * <td>FIRMWARE_VERSION_MINOR</td> + * <td>Makefile LUFA_OPTS</td> * <td>Define to set the minor firmware revision nunber reported to the host on request. By default this will use a firmware version compatible * with the latest Atmel IDE version, however if desired the reported minor value can be adjusted here.</td> * </tr> |