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

View file

@ -41,7 +41,7 @@
/* Public Interface - May be used in end-application: */
/* Macros: */
/** Indicates the version number of the library, as an integer. */
#define LUFA_VERSION_INTEGER 000000
#define LUFA_VERSION_INTEGER 0x000000
/** Indicates the version number of the library, as a string. */
#define LUFA_VERSION_STRING "XXXXXX"