acassis commented on a change in pull request #1032: URL: https://github.com/apache/incubator-nuttx-apps/pull/1032#discussion_r818703749
########## 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: Hi Petro, I discovered that the issue was happening because I was using an old NuttX version: NuttX: 19beb307dd5023c2bf414dc54c3141bfc95c7251 Apps: c222043ed1ede9ef8e9e93ffed14ee9c41c4a2b1 This is may .config: https://pastebin.com/raw/duUsX6hX -- 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