Rename *lldbg to *llerr

This commit is contained in:
Gregory Nutt
2016-06-11 14:55:27 -06:00
parent 86b79b33cf
commit e99301d7c2
646 changed files with 2688 additions and 2688 deletions
+67 -67
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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