This commit is contained in:
Gregory Nutt 2015-07-01 18:34:33 -06:00
commit d96365b048
2 changed files with 3 additions and 1 deletions

View File

@ -277,6 +277,8 @@ static int nsh_usbhostinitialize(void)
}
#endif
UNUSED(ret);
/* Then get an instance of the USB host interface */
syslog(LOG_INFO, "Initialize USB host\n");

View File

@ -294,7 +294,7 @@ CONFIG_DEV_NULL=y
# CONFIG_I2C is not set
CONFIG_SPI=y
# CONFIG_SPI_OWNBUS is not set
CONFIG_SPI_EXCHANGE=y
# CONFIG_SPI_EXCHANGE is not set
# CONFIG_SPI_CMDDATA is not set
# CONFIG_SPI_BITBANG is not set
# CONFIG_I2S is not set