Added a function (quick hack) that sets the radio transmission power of outgoing announcement packets in xmac
This commit is contained in:
parent
1cbc0f4ea9
commit
ec1677ca6c
2 changed files with 16 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: xmac.h,v 1.6 2007/11/12 22:29:37 adamdunkels Exp $
|
||||
* $Id: xmac.h,v 1.7 2009/03/23 21:06:26 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -64,4 +64,6 @@ const struct mac_driver *xmac_init(const struct radio_driver *d);
|
|||
|
||||
extern struct xmac_config xmac_config;
|
||||
|
||||
void xmac_set_announcement_radio_txpower(int txpower);
|
||||
|
||||
#endif /* __XMAC_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue