pkarashchenko commented on a change in pull request #1032: URL: https://github.com/apache/incubator-nuttx-apps/pull/1032#discussion_r816826696
########## File path: examples/pwm/pwm_main.c ########## @@ -307,6 +307,13 @@ static void parse_args(FAR struct pwm_state_s *pwm, int argc, for (index = 1; index < argc; ) { ptr = argv[index]; + if (ptr[0] == '>') Review comment: Maybe `CONFIG_FILE_STREAM` is not set, so `>` is getting passed to built-in app? -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org