mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
Eliminate a warning about garbage at the end of the line.
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
|
||||
#ifdef CONFIG_DEBUG_SPI_INFO)
|
||||
#ifdef CONFIG_DEBUG_SPI_INFO
|
||||
# define ssi_dumpgpio(m) tiva_dumpgpio(SDCCS_GPIO, m)
|
||||
#else
|
||||
# define ssi_dumpgpio(m)
|
||||
|
||||
Reference in New Issue
Block a user