git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5562 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2013-04-07 10:46:15 +00:00
parent f4434d3135
commit fdc358a520
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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)