Add information on the new MouseHostDevice dual role demo to the library documentation. Add a 0x prefix to the LUFA_VERSION_INTEGER define to ensure that it is stored as BCD, and not an octal value.

This commit is contained in:
Dean Camera
2009-09-29 07:15:09 +00:00
parent fa8d25ef29
commit 7977663f62
4 changed files with 7 additions and 2 deletions
+2
View File
@@ -9,12 +9,14 @@
* \section Sec_ChangeLogXXXXXX Version XXXXXX
*
* <b>New:</b>
* - Removed useless "TestApp" demo, added new Dual Role Keyboard/Mouse demo
*
* <b>Changed:</b>
*
* <b>Fixed:</b>
* - Fixed PrinterHost demo returning invalid Device ID data when the attached device does not have a
* device ID (thanks to Andrei Krainev)
* - Changed LUFA_VERSION_INTEGER define to use BCD values, to make comparisons eaiser
*
* \section Sec_ChangeLog090924 Version 090924
*