From f768af8fcbcbfab675d101d6a63a60c4db4f6d3f Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sun, 5 Jun 2016 09:59:48 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9590 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 21aafad26..92ac08b30 100644 --- a/readme.txt +++ b/readme.txt @@ -122,7 +122,7 @@ - HAL: Fixed errors in documentation related to OTG peripheral switches (bug #753)(backported to 2.6.10, 3.0.6 and 16.1.5). - HAL: Fixed CMSIS function osThreadGetPriority() does not return correct - priority (bug #752)(backported to 2.6.10, 3.0.6 and 16.1.5). + priority (bug #752)(backported 3.0.6 and 16.1.5). - HAL: Fixed wrong conditional branches in _adc_isr_error_code (bug #751) (backported to 2.6.10, 3.0.6 and 16.1.5). - HAL: Fixed bug in STM32/ADCv3 (bug #750).