aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-16 04:03:08 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-16 04:03:08 +0000
commit108a22a66a953fbb6f7d5cdb501ef8bde1c1c08a (patch)
tree65760bcdae9a18fb145a8b6a309f2b5c31787903 /LUFA/ManPages
parent461607020c443b4be5e59f38e26d33908aa0f326 (diff)
downloadlufa-108a22a66a953fbb6f7d5cdb501ef8bde1c1c08a.tar.gz
lufa-108a22a66a953fbb6f7d5cdb501ef8bde1c1c08a.tar.bz2
lufa-108a22a66a953fbb6f7d5cdb501ef8bde1c1c08a.zip
The SImage_Host_SendBlockHeader() and SImage_Host_ReceiveBlockHeader() Still Image Host Class driver functions are now public.
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 4769919f2..30da09ac5 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -41,6 +41,7 @@
* which some devices use instead of Note Off messages (thanks to Robin Green)
* - The CDC demos are now named "VirtualSerial" instead to indicate the demos' function rather than its implemented USB class,
* to reduce confusion and to be in line with the rest of the LUFA demos
+ * - The SImage_Host_SendBlockHeader() and SImage_Host_ReceiveBlockHeader() Still Image Host Class driver functions are now public
*
* <b>Fixed:</b>
* - Added missing CDC_Host_CreateBlockingStream() function code to the CDC Host Class driver