summaryrefslogtreecommitdiff
path: root/fw/fe310/test
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/test')
-rw-r--r--fw/fe310/test/Makefile2
-rw-r--r--fw/fe310/test/modem.c22
2 files changed, 12 insertions, 12 deletions
diff --git a/fw/fe310/test/Makefile b/fw/fe310/test/Makefile
index f6b619c..24efa2f 100644
--- a/fw/fe310/test/Makefile
+++ b/fw/fe310/test/Makefile
@@ -1,6 +1,6 @@
include ../common.mk
-CFLAGS += -I.. -I../bsp/include -I../bsp/drivers
+CFLAGS += -I../eos -I../bsp/include -I../bsp/drivers
LDFLAGS = $(CFLAGS) -L.. -Wl,--gc-sections -nostartfiles -nostdlib -Wl,--start-group -lc -lm -lgcc -leos -Wl,--end-group -T../bsp/default.lds
TARGET = modem
diff --git a/fw/fe310/test/modem.c b/fw/fe310/test/modem.c
index e89112b..736b8e0 100644
--- a/fw/fe310/test/modem.c
+++ b/fw/fe310/test/modem.c
@@ -2,17 +2,17 @@
#include <stdlib.h>
#include <unistd.h>
-#include <eos/eos.h>
-#include <eos/event.h>
-#include <eos/timer.h>
-#include <eos/uart.h>
-#include <eos/i2s.h>
-#include <eos/spi.h>
-#include <eos/net.h>
-#include <eos/cell.h>
-#include <eos/eve/eve.h>
-#include <eos/eve/eve_kbd.h>
-#include <eos/eve/eve_text.h>
+#include <eos.h>
+#include <event.h>
+#include <timer.h>
+#include <uart.h>
+#include <i2s.h>
+#include <spi.h>
+#include <net.h>
+#include <cell.h>
+#include <eve/eve.h>
+#include <eve/eve_kbd.h>
+#include <eve/eve_text.h>
#define ABUF_SIZE 512
#define MIC_WM 128