cleaned up project:

-moved all includes into "include" directory
-extracted "wait...()"-routines into separate files
This commit is contained in:
Markus Fröschle
2012-12-10 09:30:27 +00:00
parent 55d0e0b9fb
commit 7975ee35b2
31 changed files with 105 additions and 46 deletions

View File

@@ -59,7 +59,8 @@ CSRCS= \
$(SRCDIR)/bas_printf.c \
$(SRCDIR)/BaS.c \
$(SRCDIR)/cache.c \
$(SRCDIR)/sd_card.c
$(SRCDIR)/sd_card.c \
$(SRCDIR)/wait.c
ASRCS= \
$(SRCDIR)/startcf.S \