aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-05-03 14:24:34 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-05-03 14:24:34 +0000
commit0137001ea9f1b3a18fc6e14ab5c5ddbf819680ca (patch)
tree98ed70cf805b7a31f4c18db432ca3ba75b69dfb9 /LUFA/ChangeLog.txt
parent01c4bef107214d5a4407a654754dc952ddd5cdba (diff)
downloadlufa-0137001ea9f1b3a18fc6e14ab5c5ddbf819680ca.tar.gz
lufa-0137001ea9f1b3a18fc6e14ab5c5ddbf819680ca.tar.bz2
lufa-0137001ea9f1b3a18fc6e14ab5c5ddbf819680ca.zip
Fixed naming of OTG.h functions, to make them consistent with the rest of the library API.
Diffstat (limited to 'LUFA/ChangeLog.txt')
-rw-r--r--LUFA/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index cfdda0af1..19b311cdd 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -58,6 +58,7 @@
* - Renamed the USB_PowerOnErrorCodes_t enum to USB_InitErrorCodes_t, renamed the POWERON_ERROR_NoUSBModeSpecified enum value to
* USB_INITERROR_NoUSBModeSpecified
* - Renamed USB_PowerOnFail event to USB_InitFailure
+ * - Renamed OTG.h header functions to be more consistent with the rest of the library API
* - Changed over all deprecated GCC structure tag initializers to the standardized C99 format (thanks to Mike Alexander)
* - USB_HostRequest renamed to USB_ControlRequest, entire control request header is now read into USB_ControlRequest in Device mode
* rather than having the library pass only partially read header data to the application