mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Rename *lldbg to *llerr
This commit is contained in:
+67
-67
File diff suppressed because it is too large
Load Diff
@@ -75,9 +75,9 @@
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_DEBUG_SPI
|
||||
# define spidbg lldbg
|
||||
# define spidbg llerr
|
||||
# ifdef CONFIG_DEBUG_INFO
|
||||
# define spiinfo lldbg
|
||||
# define spiinfo llerr
|
||||
# else
|
||||
# define spiinfo(x...)
|
||||
# endif
|
||||
|
||||
@@ -62,9 +62,9 @@
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_DEBUG_SPI
|
||||
# define spidbg lldbg
|
||||
# define spidbg llerr
|
||||
# ifdef CONFIG_DEBUG_INFO
|
||||
# define spiinfo lldbg
|
||||
# define spiinfo llerr
|
||||
# else
|
||||
# define spiinfo(x...)
|
||||
# endif
|
||||
|
||||
@@ -92,12 +92,12 @@
|
||||
|
||||
#ifdef NRF24L01_DEBUG
|
||||
# define wdbg(format, ...) dbg(format, ##__VA_ARGS__)
|
||||
# define wlldbg(format, ...) lldbg(format, ##__VA_ARGS__)
|
||||
# define wllerr(format, ...) llerr(format, ##__VA_ARGS__)
|
||||
# define winfo(format, ...) info(format, ##__VA_ARGS__)
|
||||
# define wllinfo(format, ...) llinfo(format, ##__VA_ARGS__)
|
||||
#else
|
||||
# define wdbg(x...)
|
||||
# define wlldbg(x...)
|
||||
# define wllerr(x...)
|
||||
# define winfo(x...)
|
||||
# define wllinfo(x...)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user