aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-17 09:18:07 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-17 09:18:07 +0000
commit53e6a9d2a79a83aa79338ea0a4ef898f95a155eb (patch)
tree2f81a65643081ab863ffc70759940e09c4d03682 /todo.txt
parentdd32a2316e1df07158537972262752a8e888a744 (diff)
downloadChibiOS-53e6a9d2a79a83aa79338ea0a4ef898f95a155eb.tar.gz
ChibiOS-53e6a9d2a79a83aa79338ea0a4ef898f95a155eb.tar.bz2
ChibiOS-53e6a9d2a79a83aa79338ea0a4ef898f95a155eb.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@980 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index aff3f4a80..c5f74c7f6 100644
--- a/todo.txt
+++ b/todo.txt
@@ -11,7 +11,7 @@ After 1.2.0:
* Add tests documentation to the general documentation via doxygen.
* Static object initializers.
- New chThdCreate() that takes just two parameters, a pointer to a thread
- descriptor and the tread parameter. It could wrap the current variants
+ descriptor and the thread parameter. It could wrap the current variants
or just be an alternative.
- Remove any instance of unnamed structures/unions.
- Objects registry in the kernel.