Bugfixes, updates
This commit is contained in:
parent
a9e8e9f4fe
commit
940da856de
27 changed files with 557 additions and 288 deletions
|
@ -46,7 +46,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: uabc.h,v 1.2 2007/03/31 18:31:29 adamdunkels Exp $
|
||||
* $Id: uabc.h,v 1.3 2007/05/15 08:09:21 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -80,6 +80,7 @@ void uabc_open(struct uabc_conn *c, u16_t channel,
|
|||
const struct uabc_callbacks *cb);
|
||||
void uabc_close(struct uabc_conn *c);
|
||||
int uabc_send(struct uabc_conn *c, clock_time_t interval);
|
||||
void uabc_cancel(struct uabc_conn *c);
|
||||
|
||||
#endif /* __UABC_H__ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue