mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 13:56:00 +08:00
3ebcd045b5
Right now if usb tracing is enabled but verbose is disabled a debug assert will be triggered when ever a verbose trace point is hit. Instead of trying to print the NULL message, just return early. Signed-off-by: Brennan Ashton <bashton@brennanashton.com>