From b648630b9396b3a25832508cfdea6897de6208e8 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 23 May 2015 07:10:50 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7992 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index a8309a3f3..85758376d 100644 --- a/readme.txt +++ b/readme.txt @@ -77,7 +77,7 @@ - HAL: Added no-DMA mode to the STM32 I2Cv2 driver. - HAL: Added DAC support to all STM32 sub-platforms, added another demo for the STM32F3xx. -- HAL: Fixed STM32 USARTv1: incorrect txend2_cb callback behavior (bug #596). +- HAL: Fixed STM32 USARTv1: incorrect txend2_cb callback behaviour (bug #596). - DEM: Fixed wrong comment in ARMCM4-STM32F401RE-NUCLEO demo (bug #595). - HAL: Fixed STM32 SDC LLD driver initialization with Asserts disabled (bug #594).