mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +08:00
SAM4E-EK: Add a driver for the on-board LCD (not tested on initial check-ing)
This commit is contained in:
@@ -355,9 +355,9 @@ static inline int ramtron_readid(struct ramtron_dev_s *priv)
|
||||
}
|
||||
}
|
||||
|
||||
memory = SPI_SEND(priv->dev, RAMTRON_DUMMY);
|
||||
capacity = SPI_SEND(priv->dev, RAMTRON_DUMMY); /* fram.id1 */
|
||||
part = SPI_SEND(priv->dev, RAMTRON_DUMMY); /* fram.id2 */
|
||||
memory = SPI_SEND(priv->dev, RAMTRON_DUMMY);
|
||||
capacity = SPI_SEND(priv->dev, RAMTRON_DUMMY); /* fram.id1 */
|
||||
part = SPI_SEND(priv->dev, RAMTRON_DUMMY); /* fram.id2 */
|
||||
|
||||
/* Deselect the FLASH and unlock the bus */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user