diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-07-01 20:45:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-07-01 20:45:16 +0000 |
commit | f1c7e2b9d3e9180bff837409f22fae1e07bae674 (patch) | |
tree | 71be1790034cb0f2f10730c0aa6038f202d6f35b | |
parent | af9a80ef87a72e6a67e796ef7df52d675a386517 (diff) | |
download | ChibiOS-f1c7e2b9d3e9180bff837409f22fae1e07bae674.tar.gz ChibiOS-f1c7e2b9d3e9180bff837409f22fae1e07bae674.tar.bz2 ChibiOS-f1c7e2b9d3e9180bff837409f22fae1e07bae674.zip |
Fixed readme.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10280 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index ac164ef23..ace1e6835 100644 --- a/readme.txt +++ b/readme.txt @@ -94,4 +94,5 @@ - RT: Fixed invalid check in chchecks.h (bug #848)(backported to 17.6.1).
- HAL: Fixed STM32F070xB: USART invalid DMA channels (bug #847)(backported
to 17.6.1).
-- VAR: Fixed CMSIS_OS issue in timers (bug #846)(backported to 17.6.1).
+- VAR: Fixed CMSIS_OS issue in timers (bug #846)(backported to 17.6.1
+ and 16.1.9).
|