forked from Imagelibrary/rtems
Convert to "bool".
This commit is contained in:
@@ -92,12 +92,12 @@ rtems_device_driver console_initialize(
|
|||||||
* Return values:
|
* Return values:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
rtems_boolean is_character_ready(
|
bool is_character_ready(
|
||||||
char *ch
|
char *ch
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
*ch = '\0'; /* return NULL for no particular reason */
|
*ch = '\0'; /* return NULL for no particular reason */
|
||||||
return(TRUE);
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* inbyte
|
/* inbyte
|
||||||
|
|||||||
Reference in New Issue
Block a user