Fix error in AT91SAM SPI driver introduced in recent comment. Varioius improvements to README files and debug output
This commit is contained in:
parent
e6a3078b77
commit
9f590e5228
@ -912,6 +912,7 @@ FAR struct spi_dev_s *up_spiinitialize(int port)
|
||||
|
||||
/* Enable clocking to the SPI block */
|
||||
|
||||
flags = irqsave();
|
||||
sam_spi_enableclk();
|
||||
|
||||
/* Configure multiplexed pins as connected on the board. Chip select pins
|
||||
|
Loading…
Reference in New Issue
Block a user