mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 02:17:37 +08:00
Add conversion of Intel HEX to binary
This commit is contained in:
@@ -373,7 +373,7 @@ static int ls_handler(FAR struct nsh_vtbl_s *vtbl, FAR const char *dirpath,
|
||||
* Name: ls_recursive
|
||||
****************************************************************************/
|
||||
|
||||
#if CONFIG_NFILE_DESCRIPTORS > 0
|
||||
#if CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_NSH_DISABLE_LS)
|
||||
static int ls_recursive(FAR struct nsh_vtbl_s *vtbl, const char *dirpath,
|
||||
struct dirent *entryp, void *pvarg)
|
||||
{
|
||||
@@ -405,7 +405,8 @@ static int ls_recursive(FAR struct nsh_vtbl_s *vtbl, const char *dirpath,
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_NFILE_DESCRIPTORS > 0 && !CONFIG_NSH_DISABLE_LS */
|
||||
|
||||
/****************************************************************************
|
||||
* Name: cat_common
|
||||
|
Reference in New Issue
Block a user