New return value for invidating a link-layer collision

This commit is contained in:
adamdunkels 2010-03-30 23:00:22 +00:00
parent 5e7f99a2c0
commit 4d5f112960
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: radio.h,v 1.7 2010/02/18 21:48:39 adamdunkels Exp $
* $Id: radio.h,v 1.8 2010/03/30 23:00:22 adamdunkels Exp $
*/
/**
@ -95,6 +95,7 @@ struct radio_driver {
enum {
RADIO_TX_OK,
RADIO_TX_ERR,
RADIO_TX_COLLISION,
};
#endif /* __RADIO_H__ */