From fdc358a520a006601e443ec6ef7234128f1d4b2e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 7 Apr 2013 10:46:15 +0000 Subject: Fixed bug #397. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5562 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/io_block.h | 2 +- readme.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/os/hal/include/io_block.h b/os/hal/include/io_block.h index 39ab6bf76..7a2970f9f 100644 --- a/os/hal/include/io_block.h +++ b/os/hal/include/io_block.h @@ -199,7 +199,7 @@ typedef struct { * * @api */ -#define blkDisconnect(ip) ((ip)->vmt-disconnect(ip)) +#define blkDisconnect(ip) ((ip)->vmt->disconnect(ip)) /** * @brief Reads one or more blocks. diff --git a/readme.txt b/readme.txt index 094a83c55..6af7fcc65 100644 --- a/readme.txt +++ b/readme.txt @@ -89,8 +89,10 @@ ***************************************************************************** *** 2.5.2 *** +- FIX: Fixed blkDisconnect macro typo (bug #397). - FIX: Fixed STM32 SPI (V2) driver hangs (bug 3608241). -- FIX: Fixed fixed I2C malfunction after fixing bug 3607518 (bug 3607549). +- FIX: Fixed fixed I2C malfunction after fixing bug 3607518 (bug 3607549) + (backported to 2.4.4). - FIX: Fixed spurious interrupt disabling an STM32 DMA stream (bug 3607518) (backported to 2.4.4). - FIX: Fixed start of any ADC disables VREF and VBAT (bug 3607467) -- cgit v1.2.3