aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-03 18:41:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-03 18:41:32 +0000
commit23983cd3d63baf3a3f40371acd6eeac81607320d (patch)
tree3a1c9e3828678a633499378411c9d96053989f1d
parent217d1529c1a126054fbdb9e071cd103194fd499e (diff)
downloadChibiOS-23983cd3d63baf3a3f40371acd6eeac81607320d.tar.gz
ChibiOS-23983cd3d63baf3a3f40371acd6eeac81607320d.tar.bz2
ChibiOS-23983cd3d63baf3a3f40371acd6eeac81607320d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1565 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--todo.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index bc1430f4d..7c879d78c 100644
--- a/todo.txt
+++ b/todo.txt
@@ -8,7 +8,7 @@ Before 1.6.0:
* Remove instances of unnamed structures/unions.
* Reference counter for threads, concept of detached threads, threads
management.
-- Active threads registry in the kernel.
+* Active threads registry in the kernel.
- Debug-related features and tools.
- I2C device driver class support.
- USB device driver class support.