[Utils] Update Makefile

This commit is contained in:
Kenn Sebesta 2022-03-16 15:47:32 -04:00
parent 5ccde377f3
commit d5cf6f4ca8
1 changed files with 2 additions and 1 deletions

View File

@ -142,7 +142,8 @@ CSRC = $(STARTUPSRC) \
ledpwm.c \ ledpwm.c \
mcpwm.c \ mcpwm.c \
servo_dec.c \ servo_dec.c \
utils.c \ utils_math.c \
utils_sys.c \
servo_simple.c \ servo_simple.c \
packet.c \ packet.c \
terminal.c \ terminal.c \