Ejemplo n.º 1
0
static int bsp_in_char(void)
{
  int tmp;

  while ((tmp = console_inbyte_nonblocking(0)) < 0);
  return tmp;
}
Ejemplo n.º 2
0
int csb250_get_char(void)
{
  return console_inbyte_nonblocking(0);
}