Fix error in AT91SAM SPI driver introduced in recent comment. Varioius improvements to README files and debug output

This commit is contained in:
Gregory Nutt 2013-06-13 13:38:31 -06:00
parent e6a3078b77
commit 9f590e5228

View File

@ -912,6 +912,7 @@ FAR struct spi_dev_s *up_spiinitialize(int port)
/* Enable clocking to the SPI block */ /* Enable clocking to the SPI block */
flags = irqsave();
sam_spi_enableclk(); sam_spi_enableclk();
/* Configure multiplexed pins as connected on the board. Chip select pins /* Configure multiplexed pins as connected on the board. Chip select pins