vrahane commented on a change in pull request #420: sys/console: fix console 
compatibility
URL: https://github.com/apache/mynewt-core/pull/420#discussion_r127850060
 
 

 ##########
 File path: sys/console/minimal/src/console.c
 ##########
 @@ -222,6 +229,13 @@ console_handle_char(uint8_t byte)
             nlip_state |= NLIP_DATA_START1;
             break;
         case '\r':
 
 Review comment:
   /* Falls through. */ comment is needed here as GCC7 gives an error without 
an explicit commented fallthrough.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to