aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-04-28 14:33:10 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-04-28 14:33:10 +0000
commit9e34144c9b7454ab69215c17d75a8ba2dcdcb929 (patch)
treea8bf00bba0faa5aa75b4d6d721eec40cc8a1ad4c /LUFA/ManPages
parent0063f721173b38155648a4267703825fb136fc3e (diff)
downloadlufa-9e34144c9b7454ab69215c17d75a8ba2dcdcb929.tar.gz
lufa-9e34144c9b7454ab69215c17d75a8ba2dcdcb929.tar.bz2
lufa-9e34144c9b7454ab69215c17d75a8ba2dcdcb929.zip
Use puts_P() and printf_P() instead of the normal variants where possible in the Host mode Class Driver demos.
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 2a772b880..04aa9a497 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -29,6 +29,7 @@
* builds of avrdude at the expense of AVRStudio compatibility
* - Removed two-step endpoint/pipe bank clear and switch sequence for smaller, faster endpoint/pipe code
* - The USB_Init() function no longer calls sei() - the user is now responsible for enabling interrupts when they are ready
+ * for them to be enabled (thanks to Andrei Krainev)
*
* <b>Fixed:</b>
* - Fixed software PDI/TPI programming mode in the AVRISP project not correctly toggling just the clock pin