aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/FutureChanges.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-02-12 05:01:11 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-02-12 05:01:11 +0000
commita71820b259577c3cb0efd6c04b5168551a16a6e1 (patch)
tree4ad9bf11ffc79847cde5512342dd94e767e94bd1 /LUFA/ManPages/FutureChanges.txt
parentd49cc0f7830319e701294e19937fae4de26ae8e2 (diff)
downloadlufa-a71820b259577c3cb0efd6c04b5168551a16a6e1.tar.gz
lufa-a71820b259577c3cb0efd6c04b5168551a16a6e1.tar.bz2
lufa-a71820b259577c3cb0efd6c04b5168551a16a6e1.zip
Fixed accuracy of the SERIAL_UBBRVAL() and SERIAL_2X_UBBRVAL() macros for higher baudrates (thanks to Renaud Cerrato).
Diffstat (limited to 'LUFA/ManPages/FutureChanges.txt')
-rw-r--r--LUFA/ManPages/FutureChanges.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt
index cb8dd7efd..38cbf0ccf 100644
--- a/LUFA/ManPages/FutureChanges.txt
+++ b/LUFA/ManPages/FutureChanges.txt
@@ -17,7 +17,6 @@
* -# Add ability to get number of bytes not written with pipe/endpoint write routines after an error
* -# Add standardized descriptor names to class driver structures
* -# Correct mishandling of error cases in Mass Storage demos
- * -# Add BOARD=NONE Option
* - Documentation/Support
* -# Remake AVRStudio project files
* -# Add detailed overviews of how each demo works