Fix compile error in Olimex STR7 configuration and LPC17xx warning

This commit is contained in:
Gregory Nutt 2015-07-01 18:24:44 -06:00
parent e909b59fd5
commit 97245f2374
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