forked from Imagelibrary/rtems
2006-06-22 Joel Sherrill <joel@OARcorp.com>
PR 1100/bsps * console/debugputs.c: Remove redundant return.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-06-22 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1100/bsps
|
||||
* console/debugputs.c: Remove redundant return.
|
||||
|
||||
2006-03-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .gnu.linkonce.b.* section.
|
||||
|
||||
@@ -62,7 +62,6 @@ int console_inbyte_nonblocking( int port )
|
||||
if ((UStat & ERC32_MEC_UART_STATUS_DRA) == 0)
|
||||
return -1;
|
||||
return (int) ERC32_MEC.UART_Channel_A;
|
||||
return 1;
|
||||
|
||||
case 1:
|
||||
if (UStat & ERC32_MEC_UART_STATUS_ERRB) {
|
||||
|
||||
Reference in New Issue
Block a user