Fix error in MMC/SD SPI driver introduced with some recent changes; Update TODO list

This commit is contained in:
Gregory Nutt
2013-06-23 10:45:37 -06:00
parent 8959fffedc
commit a60e38e13a
2 changed files with 113 additions and 4 deletions
+2 -2
View File
@@ -365,8 +365,8 @@ static void mmcsd_semtake(FAR struct mmcsd_slot_s *slot)
*/
SPI_SETFREQUENCY(slot->spi, slot->spispeed);
SPI_SETMODE(slot->sp, CONFIG_MMCSD_SPIMODE);
SPI_SETBITS(slot->sp, 8);
SPI_SETMODE(slot->spi, CONFIG_MMCSD_SPIMODE);
SPI_SETBITS(slot->spi, 8);
#endif
/* Get exclusive access to the MMC/SD device (prossibly un-necessary if