diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-22 15:38:12 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-22 15:38:12 +0000 |
| commit | bb14fec19a705f1639d66a2e82254f6f0e0cb017 (patch) | |
| tree | bf3c74f3cf45da2990995252dd74226fe793d755 /LUFA/ManPages/ChangeLog.txt | |
| parent | 4efe2c539921dae59dbb13407600cd375d5d7e3f (diff) | |
Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1404 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
| -rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 7ab1ca26..423d7af7 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -36,6 +36,7 @@ * - Removed the automated checking of event names in the demo, project and bootloader makefiles due to inconsistancies between the * behaviour of the command line tools used to perform the check on each platform * - Internal USB driver source files renamed and moved to ease future possible architecture ports + * - All internal pseudo-function macros have been converted to true inline functions for type-safety and readability * * <b>Fixed:</b> * - Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs after programming or reading from |
