mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 02:17:37 +08:00
Fixed compiler warnings.
This commit is contained in:

committed by
Xiang Xiao

parent
d1cbbcdb41
commit
0cdb2cfa48
@@ -39,6 +39,8 @@
|
||||
|
||||
int cmd_free(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
|
||||
{
|
||||
UNUSED(argc);
|
||||
|
||||
return nsh_catfile(vtbl, argv[0], CONFIG_NSH_PROC_MOUNTPOINT "/meminfo");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user