From 3fc4cbceabd7b94066c84b9e3ff03aad6f1086be Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 11 Jun 2022 08:21:21 +0000 Subject: [PATCH] Typo. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15653 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index ec49de828..75fffad91 100644 --- a/readme.txt +++ b/readme.txt @@ -80,7 +80,7 @@ - FIX: Fixed STM32 RTCv2 registers synchronization errata (bug #1231). - FIX: Fixed STM32 ADCv1 and ADCv5 do not allow prescaler divide value of 1 (bug #1230). -- FIX: Fixed missing chech on STM32 SPIv2 DMA settings for SPI1 (bug #1229). +- FIX: Fixed missing check on STM32 SPIv2 DMA settings for SPI1 (bug #1229). - FIX: Fixed invalid handling of lwIP NETIF_FLAG_LINK_UP flag (bug #1227). - FIX: Fixed missing TIM16/17 errata handling for STM32G0xx (bug #1226). - FIX: Fixed missing ADC errata handling for STM32G0xx (bug #1225).