Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
6c738343
Commit
6c738343
authored
Feb 19, 2012
by
Dean Camera
Browse files
Update trunk post-120219 release.
parent
9a6c6c78
Changes
3
Hide whitespace changes
Inline
Side-by-side
LUFA/DoxygenPages/ChangeLog.txt
View file @
6c738343
...
...
@@ -5,6 +5,9 @@
*/
/** \page Page_ChangeLog Project Changelog
*
* \section Sec_ChangeLogXXXXXX Version XXXXXX
* None.
*
* \section Sec_ChangeLog120219 Version 120219
* <b>New:</b>
...
...
LUFA/DoxygenPages/MigrationInformation.txt
View file @
6c738343
...
...
@@ -10,6 +10,9 @@
* to the next version released. It does not indicate all new additions to the library in each version change, only
* areas relevant to making older projects compatible with the API changes of each new release.
*
* \section Sec_MigrationXXXXXX Migrating from 120219 to XXXXXX
* None.
*
* \section Sec_Migration120219 Migrating from 111009 to 120219
* <b>USB Core</b>
* - The HID_KEYBOARD_MODIFER_* macros in the HID class driver have been corrected to HID_KEYBOARD_MODIFIER_* (note the spelling of "modifier").
...
...
LUFA/Version.h
View file @
6c738343
...
...
@@ -43,10 +43,10 @@
/* Public Interface - May be used in end-application: */
/* Macros: */
/** Indicates the version number of the library, as an integer. */
#define LUFA_VERSION_INTEGER 0x
120219
#define LUFA_VERSION_INTEGER 0x
000000
/** Indicates the version number of the library, as a string. */
#define LUFA_VERSION_STRING "
120219
"
#define LUFA_VERSION_STRING "
000000
"
#endif
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment