Fix compile error in Olimex STR7 configuration and LPC17xx warning
This commit is contained in:
parent
e909b59fd5
commit
97245f2374
@ -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");
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user