Skip to content

Commit

Permalink
Update Makefile to include parameters.h and telemetry.h
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjairo committed Apr 21, 2012
1 parent fcdf15c commit 81b3fb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 81b3fb6

Please sign in to comment.