aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/WhyUseLUFA.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-04-13 23:29:11 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-04-13 23:29:11 +0000
commit7b79325aa037db9786f0da069c11315a3f6d9721 (patch)
treec7cecdb1ed159e7f9c2331cb159e8b39bb6a8316 /LUFA/ManPages/WhyUseLUFA.txt
parent19ecd04f37f68c0674f1194aa8d8a4fc94d6168b (diff)
downloadlufa-7b79325aa037db9786f0da069c11315a3f6d9721.tar.gz
lufa-7b79325aa037db9786f0da069c11315a3f6d9721.tar.bz2
lufa-7b79325aa037db9786f0da069c11315a3f6d9721.zip
Removed two-step endpoint/pipe bank clear and switch sequence for smaller, faster endpoint/pipe code.
Added spacing between multiple paragraphs in Doxygen \note sections. Removed call to the clock prescaler reset function in the Teensy bootloader to save space - the user application is accessed via a watchdog reset anyway, so the prescale reset would only affect the speed of the bootloader itself.
Diffstat (limited to 'LUFA/ManPages/WhyUseLUFA.txt')
-rw-r--r--LUFA/ManPages/WhyUseLUFA.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/WhyUseLUFA.txt b/LUFA/ManPages/WhyUseLUFA.txt
index 22ac75f66..b4a1c19f6 100644
--- a/LUFA/ManPages/WhyUseLUFA.txt
+++ b/LUFA/ManPages/WhyUseLUFA.txt
@@ -40,7 +40,7 @@
* into difficulties or need some advice. In addition, you can also email the library author to recieve personalised
* support when you need it (subject to author's schedule).
*
- * <small>* Atmel Stack Mouse Device Demo 4292 bytes, LUFA Mouse Low Level Device Demo 3392 bytes, under identical build
+ * <small>* Atmel Stack Mouse Device Demo 4292 bytes, LUFA Mouse Low Level Device Demo 3296 bytes, under identical build
* environments</small>
*/
\ No newline at end of file