Added configuration in order to run Rime.

This commit is contained in:
salvopitru 2010-10-27 14:05:23 +00:00
parent 25ceab07d2
commit d8711d32a3
3 changed files with 53 additions and 34 deletions

View file

@ -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();