Oops - fix HID build system module documentation error.

This commit is contained in:
Dean Camera 2012-06-21 21:22:05 +00:00
parent ef06eefc8b
commit 924edb2f9a
1 changed files with 2 additions and 2 deletions

View File

@ -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>
*