Fixed bug #966.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12183 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
8ccf15450d
commit
17f1a78734
|
@ -103,8 +103,6 @@ void spiStart(SPIDriver *spip, const SPIConfig *config) {
|
|||
|
||||
/**
|
||||
* @brief Deactivates the SPI peripheral.
|
||||
* @note Deactivating the peripheral also enforces a release of the slave
|
||||
* select line.
|
||||
*
|
||||
* @param[in] spip pointer to the @p SPIDriver object
|
||||
*
|
||||
|
|
|
@ -141,6 +141,8 @@
|
|||
- EX: Updated LIS302DL to 1.1.0 (backported to 18.2.1).
|
||||
- EX: Updated LPS25H to 1.1.0 (backported to 18.2.1).
|
||||
- EX: Updated LSM303DLHC to 1.1.0 (backported to 18.2.1).
|
||||
- HAL: Fixed documentation error in spiStop() (bug #966)(backported
|
||||
to 18.2.2 and 17.6.5).
|
||||
- HAL: Fixed missing parenthesis in STM32L073 registry entry (bug #965)
|
||||
(backported to 18.2.2 and 17.6.5).
|
||||
- HAL: Fixed problem with STM32 RTCv1 and GCC7 compiler (bug #964)(backported
|
||||
|
|
Loading…
Reference in New Issue