Initial commit of fifo and i2c headers

This commit is contained in:
Ørn E. Hansen
2013-04-16 20:21:16 +00:00
parent adafdb01db
commit e054082d95
4 changed files with 88 additions and 1 deletions

View File

@@ -71,7 +71,9 @@ CSRCS= \
$(SRCDIR)/sd_card.c \
$(SRCDIR)/wait.c \
$(SRCDIR)/s19reader.c \
$(SRCDIR)/flash.c
$(SRCDIR)/flash.c \
$(SRCDIR)/fifo.c \
$(SRCDIR)/i2c_firebee.c
ASRCS= \
$(SRCDIR)/startcf.S \