mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Trivial modification of debug statement
This commit is contained in:
parent
435f5f4651
commit
fa4cd10d33
1 changed files with 1 additions and 1 deletions
|
|
@ -1293,7 +1293,7 @@ int cmd_mkrd(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
|
|||
#ifdef CONFIG_DEBUG_INFO
|
||||
memset(buffer, 0, sectsize * nsectors);
|
||||
#endif
|
||||
_info("RAMDISK at %p\n", buffer);
|
||||
finfo("RAMDISK at %p\n", buffer);
|
||||
|
||||
/* Then register the ramdisk */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue