aboutsummaryrefslogtreecommitdiff
path: root/LUFA/DoxygenPages/BuildSystem.txt
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-06-21 21:22:05 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-06-21 21:22:05 +0000
commit6e35db5fda2accb35eb0dacd0d4c892f334af77e (patch)
tree7f6a53c62b6711e0dcc7f938486c8b1b3ede496d /LUFA/DoxygenPages/BuildSystem.txt
parentca1ed3e705fc8fa17d925a88a1da9da550d16e05 (diff)
Oops - fix HID build system module documentation error.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2363 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/DoxygenPages/BuildSystem.txt')
-rw-r--r--LUFA/DoxygenPages/BuildSystem.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt
index 0d7d6be7..5190adf2 100644
--- a/LUFA/DoxygenPages/BuildSystem.txt
+++ b/LUFA/DoxygenPages/BuildSystem.txt
@@ -518,7 +518,7 @@
*
* To use this module in your application makefile, add the following code:
* \code
- * include $(LUFA_PATH)/Build/lufa.dfu.in
+ * include $(LUFA_PATH)/Build/lufa.dfu.in
* \endcode
*
* \section SSec_BuildModule_DFU_Requirements Requirements
@@ -682,7 +682,7 @@
* </tr>
* <tr>
* <td><tt>hid-teensy</tt></td>
- * <td>Program the device EEPROM memory with the application's executable data using <tt>teensy_loader_cli</tt>.</td>
+ * <td>Program the device FLASH memory with the application's executable data using <tt>teensy_loader_cli</tt>.</td>
* </tr>
* </table>
*