diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-08 19:18:25 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-08 19:18:25 +0000 |
commit | ef61ab2e4a28aebb2a661f891cb9fa074bb38ab9 (patch) | |
tree | 7259613d7a45387f990564edb608423088044290 /doc/nil/src | |
parent | 787956f72ea99e5cbac58964d02f78d4212aaaf9 (diff) | |
download | ChibiOS-ef61ab2e4a28aebb2a661f891cb9fa074bb38ab9.tar.gz ChibiOS-ef61ab2e4a28aebb2a661f891cb9fa074bb38ab9.tar.bz2 ChibiOS-ef61ab2e4a28aebb2a661f891cb9fa074bb38ab9.zip |
NIL documentation build works.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7565 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/nil/src')
-rw-r--r-- | doc/nil/src/main.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nil/src/main.dox b/doc/nil/src/main.dox index 4a3a3fae6..3ce29ecaa 100644 --- a/doc/nil/src/main.dox +++ b/doc/nil/src/main.dox @@ -35,7 +35,7 @@ * - Easily portable.
* - Preemptive scheduling.
* - Each thread has its own priority level.
- * - Offers tasks, task queues, semaphores, event flags, timeouts.
+ * - Offers tasks, time, semaphores, event flags, timeouts.
* - Fully static.
* - Minimal system requirements: about 700 bytes ROM with all options enabled.
* - Almost totally written in C with little ASM code required for ports.
|