diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-27 20:00:15 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-27 20:00:15 +0000 |
commit | 04526d284dec7f2b2b2cd3716de979d8d3140198 (patch) | |
tree | 543b69a1e52dc5caaae31ac9cd42603a949607c7 /LUFA/ManPages | |
parent | 92b3553a077200253adbc016d8e79fd4e67f1b42 (diff) | |
download | lufa-04526d284dec7f2b2b2cd3716de979d8d3140198.tar.gz lufa-04526d284dec7f2b2b2cd3716de979d8d3140198.tar.bz2 lufa-04526d284dec7f2b2b2cd3716de979d8d3140198.zip |
Changed over the AVR8 USB controller interrupt management macros to be inlined functions instead, for better compile-time validity checking and to keep the per-architecture source files as uniform as possible.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/WhyUseLUFA.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/WhyUseLUFA.txt b/LUFA/ManPages/WhyUseLUFA.txt index 0428a898a..d83c76b1a 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 receive personalized * support when you need it (subject to author's schedule). * - * <small>* Atmel Stack Mouse Device Demo 4218 bytes, LUFA Mouse Low Level Device Demo 3472 bytes, under identical build + * <small>* Atmel Stack Mouse Device Demo 4218 bytes, LUFA Mouse Low Level Device Demo 3526 bytes, under identical build * environments</small> */ |