aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-11 11:04:05 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-11 11:04:05 +0000
commit009e8d28c38ef6b6797318aee29ca90910753988 (patch)
tree19403e97445d93cb92d219b7f066e3a070a3547a /readme.txt
parenta7b039fae4798eb96b28a8cb59267d26fb9261a9 (diff)
downloadChibiOS-009e8d28c38ef6b6797318aee29ca90910753988.tar.gz
ChibiOS-009e8d28c38ef6b6797318aee29ca90910753988.tar.bz2
ChibiOS-009e8d28c38ef6b6797318aee29ca90910753988.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2346 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 c73593b13..6c4ab58e3 100644
--- a/readme.txt
+++ b/readme.txt
@@ -903,7 +903,7 @@
semaphores. It is defaulted to off because usually semaphores are used for
I/O related tasks without hard realtime requirements.
- NEW: Now the all the options in chconf.h and the various driver headers
- can be overridden externally, as example from within the Makefile.
+ can be overridden externally, for example from within the Makefile.
The options are no mode a simple define but a define with an assigned
TRUE/FALSE value within an #ifndef block.
- NEW: Idle thread hook macro added to the configuration file.