acassis commented on code in PR #3406: URL: https://github.com/apache/nuttx-apps/pull/3406#discussion_r2842997725
########## nshlib/nsh_fscmds.c: ########## @@ -44,9 +44,12 @@ #include <libgen.h> #include <errno.h> #include <debug.h> - #include "nsh.h" +#ifdef CONFIG_ARCH_SIM +# include <time.h> +#endif Review Comment: Ok, makes sense. Please just confirm that your function works on some STM32 board ;-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
