From 3d05afdfae0de0e282337d2e8241634161565d5c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 1 Jan 2017 15:58:52 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@10003 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 46a055d5f..b4c98a756 100644 --- a/readme.txt +++ b/readme.txt @@ -80,7 +80,7 @@ - HAL: Fixed flash waiting state misconfiguration in STM32L4 port (bug #804). - HAL: Added CR field to DAC configuration in STM32 port (bug #803). - HAL: Fixed wrong initialization for DACD4 in STM32 port (bug #802). -- HAL: Fixed tab instead of space in dac driver (bug #801). +- HAL: Fixed tab instead of space in DAC driver (bug #801). - HAL: Fixed missing GPT and DAC in STM32F07/?9x mcuconf (bug #800). - HAL: Fixed STM32 RTCv2 driver does not handle the DST bit (bug #799). - HAL: Fixed MAC driver broken on STM32F107 (bug #798).