diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-04-06 02:48:47 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-04-06 02:48:47 +0000 |
commit | ee74b4948f5911de678886890d991db2b3267b06 (patch) | |
tree | a4ded3fa3ed5b5699a220f46f4bc4f31e69d6ef1 /LUFA/ManPages | |
parent | 083d797acaa58f792960a1cb9d7d8d41c3c956a7 (diff) | |
download | lufa-ee74b4948f5911de678886890d991db2b3267b06.tar.gz lufa-ee74b4948f5911de678886890d991db2b3267b06.tar.bz2 lufa-ee74b4948f5911de678886890d991db2b3267b06.zip |
Add information request/response signal handler to the Bluetooth Host demo.
Ensure that the AVRISP-MKII project's Windows avrdude compatibility define is named properly in all parts of the code.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index c8eddc1a7..724ef1ec4 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -24,7 +24,7 @@ * - Standardized the naming scheme given to configuration descriptor sub-elements in the Device mode demos, bootloaders
* and projects
* - All Class Driver Host mode demos now correctly set the board LEDs to READY once the enumeration process has completed
- * - Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project to make the code compatible with Windows
+ * - Added LIBUSB_FILTERDRV_COMPAT compile time option to the AVRISP programmer project to make the code compatible with Windows
* builds of avrdude at the expense of AVRStudio compatibility
*
* <b>Fixed:</b>
|