aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-07-26 10:22:16 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-07-26 10:22:16 +0000
commitcbbd3d746acef02a4afd562652a2ba71b24dfd6f (patch)
tree2e4e4b7392f478e960a3cc93ad0913943cef8e4a /LUFA/ManPages
parent200821fe827230570e253c1679f00bcdb6c5bd94 (diff)
downloadlufa-cbbd3d746acef02a4afd562652a2ba71b24dfd6f.tar.gz
lufa-cbbd3d746acef02a4afd562652a2ba71b24dfd6f.tar.bz2
lufa-cbbd3d746acef02a4afd562652a2ba71b24dfd6f.zip
Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index eb6c89ebf..f96168f37 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -33,6 +33,7 @@
* - Added new Endpoint_ClearStatusStage() convenience function to assist with the status stages of control transfers
* - Added new Benito Arduino Programmer project
* - Added new LEDs_ToggleLEDs() function to the LEDs driver
+ * - Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions
*
* <b>Changed:</b>
* - Deprecated psuedo-scheduler and removed dynamic memory allocator from the library (first no longer needed and second unused)