From fe44a3d37a4f117ca1d761d418ce3ad7f0f1134e Mon Sep 17 00:00:00 2001 From: James Cotton Date: Sat, 21 Jan 2012 13:22:17 -0600 Subject: [PATCH] Reference correct taskmonitor file compiled in to revolution --- flight/Revolution/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight/Revolution/Makefile b/flight/Revolution/Makefile index e74d22971..10dabac0e 100644 --- a/flight/Revolution/Makefile +++ b/flight/Revolution/Makefile @@ -117,7 +117,6 @@ SRC += ${OPMODULEDIR}/System/systemmod.c SRC += $(OPSYSTEM)/revolution.c SRC += $(OPSYSTEM)/pios_board.c SRC += $(OPSYSTEM)/alarms.c -SRC += $(OPSYSTEM)/taskmonitor.c SRC += $(OPUAVTALK)/uavtalk.c SRC += $(OPUAVOBJ)/uavobjectmanager.c SRC += $(OPUAVOBJ)/eventdispatcher.c @@ -131,6 +130,7 @@ SRC += $(FLIGHTLIB)/CoordinateConversions.c SRC += $(FLIGHTLIB)/fifo_buffer.c SRC += $(FLIGHTLIB)/WorldMagModel.c SRC += $(FLIGHTLIB)/insgps13state.c +SRC += $(FLIGHTLIB)/taskmonitor.c ## PIOS Hardware (STM32F4xx) include $(PIOS)/STM32F4xx/library.mk