From 7389003c8b9ab3cedd06a124e475013212bd339f Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 1 Jun 2015 13:05:00 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8005 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 2d0271b21..c389ad332 100644 --- a/readme.txt +++ b/readme.txt @@ -81,7 +81,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 behaviour (bug #596). +- HAL: Fixed STM32 USARTv1: incorrect txend2_cb callback behavior (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).