acassis opened a new issue #5626: URL: https://github.com/apache/incubator-nuttx/issues/5626
I was debugging pwm and to get rid of mixed messages from pwm application and driver debug messages I decided to use "> /dev/null" but for some reason it just returns without executing: ``` nsh> pwm -p /dev/pwm1 -c 3 > /dev/null nsh> ``` Seems some issue on pwm side because commands like this work fine: ``` nsh> sleep 5 > /dev/null nsh> ``` -- 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