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.