Added default configuration options for the cxmac driver
This commit is contained in:
parent
1a13d25d33
commit
f63f6a7a88
|
@ -1,15 +1,17 @@
|
||||||
/* -*- C -*- */
|
/* -*- C -*- */
|
||||||
/* @(#)$Id: contiki-conf.h,v 1.67 2010/01/28 13:38:40 adamdunkels Exp $ */
|
/* @(#)$Id: contiki-conf.h,v 1.68 2010/01/31 18:48:41 adamdunkels Exp $ */
|
||||||
|
|
||||||
#ifndef CONTIKI_CONF_H
|
#ifndef CONTIKI_CONF_H
|
||||||
#define CONTIKI_CONF_H
|
#define CONTIKI_CONF_H
|
||||||
|
|
||||||
/* Specifies the default MAC driver */
|
/* Specifies the default MAC driver */
|
||||||
#define MAC_CONF_CSMA 1
|
#define MAC_CONF_CSMA 1
|
||||||
#define MAC_CONF_DRIVER xmac_driver
|
#define MAC_CONF_DRIVER xmac_driver
|
||||||
|
|
||||||
#define XMAC_CONF_COMPOWER 1
|
#define XMAC_CONF_COMPOWER 1
|
||||||
#define XMAC_CONF_ANNOUNCEMENTS 1
|
#define XMAC_CONF_ANNOUNCEMENTS 1
|
||||||
|
#define CXMAC_CONF_COMPOWER 1
|
||||||
|
#define CXMAC_CONF_ANNOUNCEMENTS 1
|
||||||
|
|
||||||
#define PACKETBUF_CONF_ATTRS_INLINE 1
|
#define PACKETBUF_CONF_ATTRS_INLINE 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue