diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-08-01 09:27:27 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-08-01 09:27:27 +0000 |
commit | b7ef0aac8e6052cdf1962e6ae311e5bf841cc072 (patch) | |
tree | fd6545e5ac5b283c61e75131cf38dea0c3276e95 | |
parent | 8e2d082b7bb0c2b9d938f7bb32dc9425767b645d (diff) | |
download | ChibiOS-b7ef0aac8e6052cdf1962e6ae311e5bf841cc072.tar.gz ChibiOS-b7ef0aac8e6052cdf1962e6ae311e5bf841cc072.tar.bz2 ChibiOS-b7ef0aac8e6052cdf1962e6ae311e5bf841cc072.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@381 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index d63d462f8..4f50afa25 100644 --- a/readme.txt +++ b/readme.txt @@ -94,7 +94,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, - Added a ENABLE_WFI_IDLE option to the chcore.h file in the Cortex-M3 port,
setting this option to 1 enables the kernel to enter a low power mode when
executing the idle thread. Be careful however, this option can be not
- compatible with some JTAB probes, it is better to enable it only on final
+ compatible with some JTAG probes, it is better to enable it only on final
builds and not when debugging.
*** 0.6.8 ***
|