changed types to use <stdint.h>

This commit is contained in:
Markus Fröschle
2012-10-12 15:45:50 +00:00
parent d4ecd8a366
commit cd603546d7
44 changed files with 1990 additions and 1290 deletions

View File

@@ -23,13 +23,13 @@ OBJDIR=objs
EXEC=bas.hex
CSRCS= \
$(SRCDIR)/startcf.c \
$(SRCDIR)/sysinit.c \
$(SRCDIR)/BaS.c \
$(SRCDIR)/sd_card.c \
$(SRCDIR)/last.c
ASRCS= \
$(SRCDIR)/startcf.S \
$(SRCDIR)/mmu.S \
$(SRCDIR)/exceptions.S \
$(SRCDIR)/supervisor.S \