diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-05-22 06:17:57 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-05-22 06:17:57 +0000 |
commit | b7ef7f49c9f6b4de962ae32776866bd1d5d59c3b (patch) | |
tree | 50f4fa5a28849f6f6e671f310956ae19479c4d05 /LUFA | |
parent | d0806c817cbf0c1b5c5362d1577eac6075c94dfc (diff) | |
download | lufa-b7ef7f49c9f6b4de962ae32776866bd1d5d59c3b.tar.gz lufa-b7ef7f49c9f6b4de962ae32776866bd1d5d59c3b.tar.bz2 lufa-b7ef7f49c9f6b4de962ae32776866bd1d5d59c3b.zip |
Moved out each demos' functionality library files (e.g. Ring Buffer library) to /Lib directories for a better directory structure.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt index 4a7f34eaa..68aa6c79e 100644 --- a/LUFA/ChangeLog.txt +++ b/LUFA/ChangeLog.txt @@ -28,6 +28,7 @@ * - Fixed incorrect PID value being used in the USBtoSerial project (thanks to Phill)
* - Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDescriptor, moved ConfigDescriptor.c/.h from the
* LUFA/Drivers/USB/Class/ directory to LUFA/Drivers/USB/HighLevel/ in preperation for the new USB class APIs
+ * - Moved out each demos' functionality library files (e.g. Ring Buffer library) to /Lib directories for a better directory structure
*
*
* \section Sec_ChangeLog090510 Version 090510
|