mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
This commit is contained in:
+4
-152
File diff suppressed because it is too large
Load Diff
@@ -94,12 +94,10 @@
|
||||
# define werr(format, ...) _err(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 werr(x...)
|
||||
# define wllerr(x...)
|
||||
# define winfo(x...)
|
||||
# define wllinfo(x...)
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user