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 97c82f6345
commit 51561769c6
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 \