diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-19 05:08:04 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-19 05:08:04 +0000 |
commit | feabfd12ce3d14b43d2decb2b2f1c5b27e9d6181 (patch) | |
tree | 0ba750826bc90999461f8b5657157742771c6956 /LUFA/ManPages | |
parent | beb0b2bda0c45e958e88933a055d409e42fa0a0b (diff) | |
download | lufa-feabfd12ce3d14b43d2decb2b2f1c5b27e9d6181.tar.gz lufa-feabfd12ce3d14b43d2decb2b2f1c5b27e9d6181.tar.bz2 lufa-feabfd12ce3d14b43d2decb2b2f1c5b27e9d6181.zip |
Fix makefiles -- the auto-addition of -D switches to each LUFA compile time option was faulty, due to GNUMake becomming confused by the spaces in the USE_STATIC_OPTIONS lines. Make user add in the switches explicitly instead.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/FutureChanges.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt index 53f9b3ae0..8231ca958 100644 --- a/LUFA/ManPages/FutureChanges.txt +++ b/LUFA/ManPages/FutureChanges.txt @@ -14,6 +14,7 @@ * - Make new host class drivers
* - Document new host class drivers
* - Convert Host mode demos to class drivers
+ * - Re-enable Host mode Class driver builds after completion
* - Add standardized descriptor names to class driver structures, controlled by USE_NONSTANDARD_DESCRIPTOR_NAMES
* - Add multiple-report HID demo to the library
* - Add dual role Mouse Host/Keyboard Device demo to the library
|