mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-12 07:55:42 +00:00
uORB:Fixed the problem that uorb output cannot wrap after deleting lib_libbsprintf automatic wrapping.
Signed-off-by: likun17 <likun17@xiaomi.com>
This commit is contained in:
parent
67fa0e89ff
commit
af214c507a
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ void orb_info(FAR const char *format, FAR const char *name,
|
|||
vaf.va = (va_list *)data;
|
||||
|
||||
lib_stdoutstream(&stdoutstream, stdout);
|
||||
lib_sprintf(&stdoutstream.common, "%s(now:%" PRIu64 "):%pB",
|
||||
lib_sprintf(&stdoutstream.common, "%s(now:%" PRIu64 "):%pB\n",
|
||||
name, orb_absolute_time(), &vaf);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue