Added configuration in order to run Rime.
This commit is contained in:
parent
25ceab07d2
commit
d8711d32a3
3 changed files with 53 additions and 34 deletions
|
@ -29,6 +29,7 @@
|
|||
*
|
||||
* This file is part of the Contiki OS
|
||||
*
|
||||
* $Id: stm32w-radio.c,v 1.2 2010/10/27 14:05:23 salvopitru Exp $
|
||||
*/
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/**
|
||||
|
@ -218,9 +219,6 @@ static int stm32w_radio_init(void)
|
|||
ST_RadioSetNodeId(STM32W_NODE_ID); // To be deleted.
|
||||
ST_RadioSetPanId(IEEE802154_PANID);
|
||||
|
||||
ST_RadioEnableAutoAck(TRUE);
|
||||
|
||||
|
||||
CLEAN_RXBUFS();
|
||||
CLEAN_TXBUF();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue