mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 04:26:04 +08:00
Rename *lldbg to *llerr
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
|
||||
#ifdef CONFIG_DEBUG_CXX
|
||||
# define cxxdbg dbg
|
||||
# define cxxlldbg lldbg
|
||||
# define cxxllerr llerr
|
||||
# ifdef CONFIG_DEBUG_INFO
|
||||
# define cxxinfo info
|
||||
# define cxxllinfo llinfo
|
||||
@@ -69,7 +69,7 @@
|
||||
# endif
|
||||
#else
|
||||
# define cxxdbg(x...)
|
||||
# define cxxlldbg(x...)
|
||||
# define cxxllerr(x...)
|
||||
# define cxxinfo(x...)
|
||||
# define cxxllinfo(x...)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user