Eliminate some warnings

This commit is contained in:
Gregory Nutt 2016-06-28 13:40:06 -06:00
parent 93f49290a3
commit 71569b8d71
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@
/* Dump GPIO registers */
#if CONFIG_DEBUG_SPI_INFO
#ifdef CONFIG_DEBUG_SPI_INFO
# define spi_dumpgpio(m) lpc17_dumpgpio(SDCCS_GPIO, m)
#else
# define spi_dumpgpio(m)

View File

@ -65,7 +65,7 @@
/* Dump GPIO registers */
#if CONFIG_DEBUG_SPI_INFO
#ifdef CONFIG_DEBUG_SPI_INFO
# define ssp_dumpgpio(m) lpc17_dumpgpio(SDCCS_GPIO, m)
#else
# define ssp_dumpgpio(m)