From 397f9aee64dbe035a65713a54495d963be443320 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Sat, 19 Sep 2020 16:51:13 -0700 Subject: [PATCH] oops --- firmware/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/Makefile b/firmware/Makefile index 4e62eb3..4679682 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -120,6 +120,8 @@ CSRC = $(ALLCSRC) cfg/board.c # setting. CPPSRC = $(ALLCPPSRC) \ pwm.cpp \ + can.cpp \ + can_helper.cpp \ main.cpp # List ASM source files here.