diff --git a/Makefile b/Makefile index 8db5a3b..3dea6db 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,9 @@ SRCS= main.cpp \ GPS_IMU.cpp \ RC.cpp \ AHRS.cpp \ - MyPID.cpp + MyPID.cpp \ + parameters.cpp \ + telemetry.cpp INCLUDES=${SRCS:.cpp=.h} OBJS=$(addprefix $(APP_OBJ_PATH)/, $(SRCS:.cpp=.o))