removed leftover
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10487 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
d495a2ce4e
commit
ad80a8ed28
|
@ -440,7 +440,6 @@ void spi_lld_start(SPIDriver *spip) {
|
||||||
* @notapi
|
* @notapi
|
||||||
*/
|
*/
|
||||||
void spi_lld_stop(SPIDriver *spip) {
|
void spi_lld_stop(SPIDriver *spip) {
|
||||||
uint32_t cr1;
|
|
||||||
|
|
||||||
/* If in ready state then disables the SPI clock.*/
|
/* If in ready state then disables the SPI clock.*/
|
||||||
if (spip->state == SPI_READY) {
|
if (spip->state == SPI_READY) {
|
||||||
|
|
Loading…
Reference in New Issue