added handling function for checkin if uart is transmitting or receiving - patch by Klaus Stengel

This commit is contained in:
joxe 2009-01-31 12:46:57 +00:00
parent e5f0d786a8
commit 5a8dc2df28
2 changed files with 20 additions and 11 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: uart1.h,v 1.3 2008/01/08 08:04:09 adamdunkels Exp $
* $Id: uart1.h,v 1.4 2009/01/31 12:46:57 joxe Exp $
*/
/**
@ -48,5 +48,6 @@
void uart1_set_input(int (*input)(unsigned char c));
void uart1_writeb(unsigned char c);
void uart1_init(unsigned long ubr);
uint8_t uart1_active(void);
#endif /* __UART1_H__ */