config incapsulated to module

This commit is contained in:
2022-09-19 18:48:32 +02:00
parent 73c64e0520
commit ee7654a3ed
5 changed files with 63 additions and 33 deletions
+3
View File
@@ -30,6 +30,9 @@ all: main.bin
OBJS+= main.o
OBJS+= syscall.o
OBJS+= usartu.o
OBJS+= config.o
main.elf: $(OBJS)