Revision 323
more stuff
uart.c | ||
---|---|---|
365 | 365 |
return SUCCESS; |
366 | 366 |
} |
367 | 367 |
|
368 |
int nctp_ih_err = SUCCESS; |
|
368 |
static int nctp_ih_err = SUCCESS; |
|
369 |
int (nctp_get_ih_error)(void){ return nctp_ih_err; } |
|
369 | 370 |
void nctp_ih(void){ |
370 | 371 |
uint8_t iir; |
371 | 372 |
if((nctp_ih_err = uart_get_iir(COM1_ADDR, &iir))) return; |
Also available in: Unified diff