Fixed bug #1044.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13059 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
6e244e6013
commit
3ea7ec6586
|
@ -145,7 +145,7 @@ typedef struct {
|
|||
/*===========================================================================*/
|
||||
|
||||
#if SNOR_SHARED_BUS == FALSE
|
||||
#define bus_acquire(busp)
|
||||
#define bus_acquire(busp, config)
|
||||
#define bus_release(busp)
|
||||
#endif
|
||||
|
||||
|
|
|
@ -124,6 +124,8 @@
|
|||
- HAL: Added a new interface for range-finder devices (used by EX).
|
||||
- HAL: Added mcuconf.h updater tool for STM32F407 (backported to 19.1.1).
|
||||
- NIL: Integrated NIL 4.0.
|
||||
- FIX: Fixed serial NOR driver wrong macro definition (bug #1044)
|
||||
(backported to 19.1.4).
|
||||
- FIX: Fixed missing dummy cycles in memory map mode on STM32 QSPI driver
|
||||
(bug #1042)(backported to 19.1.4).
|
||||
- FIX: Fixed missing DMA definitions for STM32F412 I2C3 (bug #1041)
|
||||
|
|
Loading…
Reference in New Issue