1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-22 08:48:26 +02:00

atusb/fw/: let include path find board.h instead of using ../board.h

This commit is contained in:
Werner Almesberger 2013-10-28 11:17:48 -03:00
parent 4690466a53
commit c5f9cc1259
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ BOOT_OBJS = boot.o board.o sernum.o spi.o flash.o dfu.o \
vpath %.c usb/
CFLAGS += -Iinclude -Iusb
CFLAGS += -Iinclude -Iusb -I.
# ----- Verbosity control -----------------------------------------------------

View File

@ -20,7 +20,7 @@
#include <stdint.h>
#include "usb.h"
#include "../board.h"
#include "board.h"
#ifndef NULL