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:
parent
fa8d25ef29
commit
7977663f62
4 changed files with 7 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue