mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
configs/: Remove one more reference to non-existent SPI_VERBOSE setting
This commit is contained in:
@@ -66,21 +66,15 @@
|
|||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/* Enables debug output from this file (needs CONFIG_DEBUG_FEATURES too) */
|
/* Enables debug output from this file */
|
||||||
|
|
||||||
#undef SPI_DEBUG /* Define to enable debug */
|
#ifdef CONFIG_DEBUG_SPI
|
||||||
#undef SPI_VERBOSE /* Define to enable verbose debug */
|
|
||||||
|
|
||||||
#ifdef SPI_DEBUG
|
|
||||||
# define spierr llerr
|
# define spierr llerr
|
||||||
# ifdef SPI_VERBOSE
|
# define spiwarn llwarn
|
||||||
# define spiinfo llerr
|
# define spiinfo llinfo
|
||||||
# else
|
|
||||||
# define spiinfo(x...)
|
|
||||||
# endif
|
|
||||||
#else
|
#else
|
||||||
# undef SPI_VERBOSE
|
|
||||||
# define spierr(x...)
|
# define spierr(x...)
|
||||||
|
# define spiwarn(x...)
|
||||||
# define spiinfo(x...)
|
# define spiinfo(x...)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user