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 2021/12/31 09:39:54 UTC

[GitHub] [incubator-nuttx] normanr opened a new pull request #5131: Fix preprocessing directives for uart flow control

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


   ## Summary
   commit 58bd8737297efcf5c6f4f8961c88e86a3d5113c7 had a mix of `#if defined(X)` and `#ifdef X`, but used `#if X` in its TCSETS ioctl logic which causes compile warnings.
   
   ## Impact
   Removes some compiler warnings
   
   ## Testing
   Recompiled with bl602 board, warnings went away


-- 
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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5131: Fix preprocessing directives for uart flow control

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #5131:
URL: https://github.com/apache/incubator-nuttx/pull/5131


   


-- 
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