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
+2 -2
View File
@@ -65,9 +65,9 @@
*/
#ifdef CONFIG_DEBUG_LEDS
# define leddbg lldbg
# define leddbg llerr
# ifdef CONFIG_DEBUG_INFO
# define ledinfo lldbg
# define ledinfo llerr
# else
# define ledinfo(x...)
# endif