acassis commented on a change in pull request #1032: URL: https://github.com/apache/incubator-nuttx-apps/pull/1032#discussion_r818008065
########## 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: Unfortunately CONFIG_FILE_STREAM is enabled and the issue is happening. -- 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