Configure RF channel to be the same as the default Contiki sky channel

This commit is contained in:
adamdunkels 2009-10-26 13:34:08 +00:00
parent fca2cfc919
commit 61f16ae6cb
1 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: bridge-conf.h,v 1.2 2009/07/28 21:34:13 joxe Exp $
* $Id: bridge-conf.h,v 1.3 2009/10/26 13:34:08 adamdunkels Exp $
*/
/**
@ -46,12 +46,12 @@
#define UIP_CONF_LLH_LEN 14
#undef XMAC_CONF_COMPOWER
#define XMAC_CONF_COMPOWER 0
#define XMAC_CONF_COMPOWER 1
#undef XMAC_CONF_ANNOUNCEMENTS
#define XMAC_CONF_ANNOUNCEMENTS 0
#undef RF_CHANNEL
#define RF_CHANNEL 24
#define RF_CHANNEL 26
#define CC2420_CONF_AUTOACK 1