diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-03-20 05:39:15 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-03-20 05:39:15 +0000 |
commit | ecf7538430c01b95104682f0f7493e57b9168125 (patch) | |
tree | 5243014d8735f14a0841f793738c8ca51f46f783 /LUFA | |
parent | ee7bd5685e000b3a128069fd75d436c653ab54b2 (diff) | |
download | lufa-ecf7538430c01b95104682f0f7493e57b9168125.tar.gz lufa-ecf7538430c01b95104682f0f7493e57b9168125.tar.bz2 lufa-ecf7538430c01b95104682f0f7493e57b9168125.zip |
Combined Keyboad and Mouse normal and interrupt driven host demos into unified Keyboard and Mouse host demos.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ChangeLog.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt index ad7f7bb5e..63fe3c1b1 100644 --- a/LUFA/ChangeLog.txt +++ b/LUFA/ChangeLog.txt @@ -38,7 +38,8 @@ * interfacing with a FAT library for dataflash file level access
* - Corrected CDC class bootloader to fix a few bugs, changed address counter to store x2 addresses for convenience
* - Fixed typos in the SPI driver SPI_SPEED_FCPU_DIV_64 and SPI_SPEED_FCPU_DIV_128 masks (thanks to Markus Zocholl)
- * - Keyboard and Mouse demos (normal, data interrupt and fully interrupt driven) combined into unified keyboard and mouse demos
+ * - Keyboard and Mouse device demos (normal, data interrupt and fully interrupt driven) combined into unified keyboard and mouse demos
+ * - Keyboard and Mouse host demos (normal and data interrupt driven) combined into unified keyboard and mouse demos
* - Removed AVRISP_Programmer project due to code quality concerns
*
* \section Sec_ChangeLog090209 Version 090209
|