fix defines for raw mode
This commit is contained in:
parent
a920b73903
commit
e029fa8da0
|
@ -30,7 +30,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki OS.
|
* This file is part of the Contiki OS.
|
||||||
*
|
*
|
||||||
* $Id: contiki-maca.c,v 1.4 2010/09/13 14:15:58 maralvira Exp $
|
* $Id: contiki-maca.c,v 1.5 2010/11/07 18:34:52 maralvira Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
@ -53,8 +53,8 @@
|
||||||
#define PRINTF(...)
|
#define PRINTF(...)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef MACA_RAW_PREPEND
|
#ifndef CONTIKI_MACA_PREPEND_BYTE
|
||||||
#define MACA_RAW_PREPEND 0xff
|
#define CONTIKI_MACA_PREPEND_BYTE 0xff
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BLOCKING_TX
|
#ifndef BLOCKING_TX
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
|
|
||||||
#define USE_FORMATTED_STDIO 1
|
#define USE_FORMATTED_STDIO 1
|
||||||
#define MACA_DEBUG 0
|
#define MACA_DEBUG 0
|
||||||
#define MACA_RAW_MODE 0
|
#define CONTIKI_MACA_RAW_MODE 0
|
||||||
#define USE_32KHZ_XTAL 0
|
#define USE_32KHZ_XTAL 0
|
||||||
|
|
||||||
#define BLOCKING_TX 0
|
#define BLOCKING_TX 0
|
||||||
|
|
Loading…
Reference in a new issue