mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Eliminate some warnings
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user