diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-10-08 10:55:44 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-10-08 10:55:44 +0000 |
commit | ef48678d56dbfcf5ab29ba69b6b28119d126d641 (patch) | |
tree | 07b83ae471b627a43b99adb5d15075b0a8c15075 | |
parent | 560ce194e054c011f05ebf92e6e5e1c8aa51d119 (diff) | |
download | ChibiOS-ef48678d56dbfcf5ab29ba69b6b28119d126d641.tar.gz ChibiOS-ef48678d56dbfcf5ab29ba69b6b28119d126d641.tar.bz2 ChibiOS-ef48678d56dbfcf5ab29ba69b6b28119d126d641.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3435 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt index 92591c6f6..6d84090d6 100644 --- a/readme.txt +++ b/readme.txt @@ -82,8 +82,8 @@ together with sources. Also implemented a simplified output log mode.
Now makefiles and load script files are requirements and trigger a
rebuild if touched.
-- CHANGE: Moved the STM32 DMA helper driver files under the sub-family
- specific directory because documentation issues.
+- CHANGE: Moved the STM32 DMA helper drivers files under the sub-family
+ specific directories because documentation issues.
*** 2.3.3 ***
- FIX: Fixed uninitialized variable in STM32 PWM and ICU drivers (bug 3413558).
|