mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 19:44:35 +08:00
apps/nshlib: add the missing FAR macro for all source files
Signed-off-by: Junbo Zheng <zhengjunbo1@xiaomi.com>
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CONFIG_NSH_DISABLE_PRINTF
|
||||
int cmd_printf(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
|
||||
int cmd_printf(FAR struct nsh_vtbl_s *vtbl, int argc, FAR char **argv)
|
||||
{
|
||||
FAR char *fmt;
|
||||
char ch;
|
||||
|
Reference in New Issue
Block a user