Implemented time counter in simulat0r
This commit is contained in:
parent
242bb480a0
commit
ea8754c1dd
4 changed files with 18 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ CFLAGS += -I../firmware
|
|||
CFLAGS += -I../firmware/core # for gpio.h including projectconfig.h without path
|
||||
CFLAGS += -I../simcore
|
||||
|
||||
OBJS = simcore.o misc.o
|
||||
OBJS = simcore.o misc.o timecounter.o
|
||||
|
||||
.PHONY : all clean
|
||||
all : $(OBJS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue