diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-09-01 13:57:47 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-09-01 13:57:47 +0000 |
| commit | 3930f4945f1d1a6ba74ecdce0c555b232ffc3b86 (patch) | |
| tree | cf9e65e17f73ba9b651a0eb1f55d68d094a3c87c /LUFA | |
| parent | 7121a5574e4cbc26472cfc163a159ba3f8f8b50c (diff) | |
Fix up MissileLauncher demo's ConfigurationDescriptor.c so that it uses the new USB_GetDeviceConfigDescriptor() function parameters.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@805 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA')
| -rw-r--r-- | LUFA/ManPages/FutureChanges.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt index 9facda2a..8d394435 100644 --- a/LUFA/ManPages/FutureChanges.txt +++ b/LUFA/ManPages/FutureChanges.txt @@ -24,9 +24,9 @@ * - Remake AVRStudio project files
* - Add detailed overviews of how each demo works
* - Master LUFA include file rather than per-module includes
- * - Add multiple-report HID demo to the library
+ * - Add multiple-report HID device demo to the library
* - Add dual role Mouse Host/Keyboard Device demo to the library
- * - Add Mouse/CDC dual class demo to the library
+ * - Add Mouse/CDC dual class device demo to the library
* - Change makefiles to allow for absolute LUFA location to be used
* - Port LUFA to other architectures
* -# AVR32 UC3B series microcontrollers
|
