Eliminate some warnings
This commit is contained in:
parent
93f49290a3
commit
71569b8d71
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user