xiaoxiang781216 opened a new pull request #5415:
URL: https://github.com/apache/incubator-nuttx/pull/5415


   ## Summary
   When CONFIG_SERIAL_TERMIOS is enabled, both flags initialize at line 1136:
     devpair->pp_slave.pd_iflag    = ISIG;
     devpair->pp_slave.pd_oflag    = OPOST | ONLCR;
   So, the same thing need be done when CONFIG_SERIAL_TERMIOS is disabled.
   
   ## Impact
   pty without CONFIG_SERIAL_TERMIOS 
   
   ## Testing
   Local test
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to