apps/nshlib: add the missing FAR macro for all source files

Signed-off-by: Junbo Zheng <zhengjunbo1@xiaomi.com>
This commit is contained in:
Junbo Zheng
2022-09-22 11:38:12 +08:00
committed by Xiang Xiao
parent 45ef7f948f
commit 79e770b0c6
21 changed files with 228 additions and 218 deletions

View File

@@ -78,7 +78,7 @@ static int nsh_script_redirect(FAR struct nsh_vtbl_s *vtbl,
*
****************************************************************************/
int nsh_script(FAR struct nsh_vtbl_s *vtbl, FAR const char *cmd,
int nsh_script(FAR struct nsh_vtbl_s *vtbl, FAR const FAR char *cmd,
FAR const char *path)
{
FAR char *fullpath;