Typo in the readme.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.0.x@2069 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2010-07-11 11:03:07 +00:00
parent b9bd786672
commit a7dfc7e2ee
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
*****************************************************************************
*** 2.0.2 ***
- FIX: Fixed invalid contex restore in MSP430 port (bug 3027975).
- FIX: Fixed invalid context restore in MSP430 port (bug 3027975).
- FIX: Fixed STM32 vectors file (bug 3026528).
- FIX: Fixed race condition in STM32 SPI driver (bug 3025854).
- FIX: Fixed H_LOCK and H_UNLOCK redefined with CH_USE_MALLOC_HEAP (bug