mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-09 17:25:00 +00:00
change maca_raw_mode to contiki_maca_raw_mode
This commit is contained in:
@@ -79,10 +79,10 @@
|
||||
#define uart_init uart1_init
|
||||
#define dbg_putchar(x) uart1_putc(x)
|
||||
|
||||
#define USE_FORMATTED_STDIO 1
|
||||
#define MACA_DEBUG 0
|
||||
#define MACA_RAW_MODE 0
|
||||
#define USE_32KHZ_XTAL 0
|
||||
#define USE_FORMATTED_STDIO 1
|
||||
#define MACA_DEBUG 0
|
||||
#define CONTIKI_MACA_RAW_MODE 0
|
||||
#define USE_32KHZ_XTAL 0
|
||||
|
||||
#define BLOCKING_TX 0
|
||||
|
||||
|
Reference in New Issue
Block a user