From fcd1327a8d69e291dcf3067b27d9cc208ca1e0aa Mon Sep 17 00:00:00 2001 From: akscram Date: Thu, 30 Sep 2021 05:02:09 +0000 Subject: [PATCH] fixed bug #1194 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14851 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index 428d53744..ac6795bcc 100644 --- a/readme.txt +++ b/readme.txt @@ -81,6 +81,7 @@ - NEW: EFL driver and demo for STM32F3xx. - NEW: New unit test subsystem under /os/test. Now it is officially ChibiOS/TEST. +- FIX: removed incorrect ADCv4 checks for MONEN (bug #1194) - FIX: Fixed hang in spi_lld_ignore() in SPIv3 on H7 (bug #1193) - FIX: Fixed invalid references in e200 port (bug #1192) (TBP to 21.6.1)