diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-03-08 09:16:19 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-03-08 09:16:19 +0000 |
commit | 5a176878c4e9ab7adcdab0e28455b22ffde253a2 (patch) | |
tree | fa05373d011c9089193a399e4e1cfb92c1907e5f /docs/src | |
parent | 8588e9642d632d6d84e9c48388cfb566ecd4a36e (diff) | |
download | ChibiOS-5a176878c4e9ab7adcdab0e28455b22ffde253a2.tar.gz ChibiOS-5a176878c4e9ab7adcdab0e28455b22ffde253a2.tar.bz2 ChibiOS-5a176878c4e9ab7adcdab0e28455b22ffde253a2.zip |
Updated test reports.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@817 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/main.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/main.dox b/docs/src/main.dox index 58a96870d..a17c4e008 100644 --- a/docs/src/main.dox +++ b/docs/src/main.dox @@ -37,7 +37,7 @@ * - 128 priority levels. Multiple threads at the same priority level allowed.
* - Round robin scheduling for threads at the same priority level.
* - Offers threads, virtual timers, semaphores, mutexes, condvars,
- * event flags, messages, I/O queues.
+ * event flags, messages, mailboxes, I/O queues.
* - No static setup at compile time, there is no need to configure a maximum
* number of all the above objects.
* - PC simulator target included, the development can be done on the PC
|