aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-01-08 13:41:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-01-08 13:41:04 +0000
commitba030d32c3e65ec5d4c6c6eaf7f55d7c61aae0b8 (patch)
tree8a1636ebb9308dbf17db0f30d8ecf5dc03587cb6 /readme.txt
parent79194eae8e198e6a480dcb5d6e5c57b28af07f0b (diff)
downloadChibiOS-ba030d32c3e65ec5d4c6c6eaf7f55d7c61aae0b8.tar.gz
ChibiOS-ba030d32c3e65ec5d4c6c6eaf7f55d7c61aae0b8.tar.bz2
ChibiOS-ba030d32c3e65ec5d4c6c6eaf7f55d7c61aae0b8.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@170 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 03a6035c8..36e94e505 100644
--- a/readme.txt
+++ b/readme.txt
@@ -41,7 +41,7 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
*** 0.5.1 ***
- NEW: Priority enqueing for messages can be optionally enabled by specifying
- the P_MSGBYPRIO option when creating a server thread.
+ the P_MSGBYPRIO option when creating a message server thread.
This change allows the implementation of a priority ceiling protocol into
message servers threads. Threads serving messages by priority and threads
serving messages in FIFO orded can exist at the same time in the system.