aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-07-10 08:45:36 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-07-10 08:45:36 +0000
commitfbdd64538eb54452fd320e20eaba2fb094874a3e (patch)
treec95cba66d2e02cc37511146b32d4899a36bb6f7f /readme.txt
parent8f03a390471628081bd78b7c5f34a0a6a404ee95 (diff)
downloadChibiOS-fbdd64538eb54452fd320e20eaba2fb094874a3e.tar.gz
ChibiOS-fbdd64538eb54452fd320e20eaba2fb094874a3e.tar.bz2
ChibiOS-fbdd64538eb54452fd320e20eaba2fb094874a3e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3144 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 387a33a8e..01d6562af 100644
--- a/readme.txt
+++ b/readme.txt
@@ -85,7 +85,7 @@
- FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420)
(backported to 2.2.4).
- NEW: Improvements to the trace buffer, now it stores a full thread pointer
- and event time, changed names of debug variables by addin the "ch_dbg_"
+ and event time, changed names to debug variables by adding the "dbg_"
prefix.
- NEW: Added a new functionality to the registry subsystem, now it is possible
to associate a name to the threads using chRegSetThreadName. The main and