mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 16:11:56 +08:00
Remove lowsyslog(). The new syslog() includes all of the functionality of lowsyslog(). No longer any need for two interfaces.
This commit is contained in:
@@ -190,7 +190,7 @@ void usbtrace(uint16_t event, uint16_t value)
|
||||
}
|
||||
}
|
||||
#else
|
||||
/* Just print the data using lowsyslog */
|
||||
/* Just print the data using syslog */
|
||||
|
||||
usbtrace_trprintf(usbtrace_syslog, event, value);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user