semoper.* renamed to atomic.*

This commit is contained in:
2022-08-31 08:50:20 +02:00
parent eadaa6fc8f
commit f9856341c1
6 changed files with 21 additions and 25 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ OBJS+= main.o
OBJS+= syscall.o
OBJS+= usartu.o
OBJS+= scheduler.o
OBJS+= semoper.o
OBJS+= atomic.o
OBJS+= semaphore.o
main.elf: $(OBJS)