1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2025-04-21 12:27:27 +03:00

add ben-wpan to include search paths, for at86rf230.h

This commit is contained in:
Werner Almesberger
2012-06-18 18:26:18 -03:00
parent 89b10939f9
commit 332f8aceb6
4 changed files with 7 additions and 5 deletions

View File

@@ -17,7 +17,8 @@ NAME = antorcha
CFLAGS = -g -mmcu=$(CHIP) \
-DBOOT_ADDR=$(BOOT_ADDR) \
-Wall -Wextra -Wshadow -Werror -Wno-unused-parameter \
-Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes \
-I../../ben-wpan/atusb/fw/include/
CHIP = atmega168
HOST = jlime

View File

@@ -17,7 +17,8 @@
#define F_CPU 8000000UL
#include <util/delay.h>
#include "at86rf230.h"
#include <at86rf230.h>
#include "io.h"
#include "spi.h"
#include "rf.h"