mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 15:35:10 +00:00
Enable network and SD/MMC card support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3145 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
dcf1a752c4
commit
5ce035e199
1 changed files with 1 additions and 1 deletions
|
|
@ -746,7 +746,7 @@ static inline FAR struct lpc17_sspdev_s *lpc17_ssp0initialize(void)
|
|||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_LPC17_SSP1
|
||||
static inline FAR struct spi_dev_s *lpc17_ssp1initialize(void)
|
||||
static inline FAR struct lpc17_sspdev_s *lpc17_ssp1initialize(void)
|
||||
{
|
||||
irqstate_t flags;
|
||||
uint32_t regval;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue