Fixed bug #397.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5562 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
f4434d3135
commit
fdc358a520
|
@ -199,7 +199,7 @@ typedef struct {
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
#define blkDisconnect(ip) ((ip)->vmt-disconnect(ip))
|
#define blkDisconnect(ip) ((ip)->vmt->disconnect(ip))
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Reads one or more blocks.
|
* @brief Reads one or more blocks.
|
||||||
|
|
|
@ -89,8 +89,10 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
*** 2.5.2 ***
|
*** 2.5.2 ***
|
||||||
|
- FIX: Fixed blkDisconnect macro typo (bug #397).
|
||||||
- FIX: Fixed STM32 SPI (V2) driver hangs (bug 3608241).
|
- 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)
|
- FIX: Fixed spurious interrupt disabling an STM32 DMA stream (bug 3607518)
|
||||||
(backported to 2.4.4).
|
(backported to 2.4.4).
|
||||||
- FIX: Fixed start of any ADC disables VREF and VBAT (bug 3607467)
|
- FIX: Fixed start of any ADC disables VREF and VBAT (bug 3607467)
|
||||||
|
|
Loading…
Reference in New Issue