Added default configuration options for the cxmac driver
This commit is contained in:
parent
1a13d25d33
commit
f63f6a7a88
|
@ -1,5 +1,5 @@
|
||||||
/* -*- 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
|
||||||
|
@ -10,6 +10,8 @@
|
||||||
|
|
||||||
#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