You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/02/26 20:53:27 UTC

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #1032: pwm: Fix issue with directing to "> /dev/null"

xiaoxiang781216 commented on a change in pull request #1032:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1032#discussion_r815352954



##########
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:
       should '>' be processed by nsh? Why we need special handle here?




-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org