From a77e76f7b011ddf654d0b3aba8768da322b18212 Mon Sep 17 00:00:00 2001 From: shrkey Date: Mon, 17 Oct 2016 16:51:54 +0100 Subject: [PATCH] doh forgot to updte makefile --- examples/PPM-decoder/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/PPM-decoder/Makefile b/examples/PPM-decoder/Makefile index ba79d3f..3cb49e4 100644 --- a/examples/PPM-decoder/Makefile +++ b/examples/PPM-decoder/Makefile @@ -8,7 +8,7 @@ INCLUDES = -I ../.. -I$(PIGPIO_PATH) all: - $(CC) $(INCLUDES) $(LIB) PPM.cpp $(DW)/PCA9685.cpp $(DW)/I2Cdev.cpp $(DW)/gpio.cpp $(DW)/Util.cpp -o PPM -lrt -lpthread -lpigpio + $(CC) $(INCLUDES) $(LIB) PPM.cpp $(DW)/DWESCAPE.cpp $(DW)/PCA9685.cpp $(DW)/I2Cdev.cpp $(DW)/gpio.cpp $(DW)/Util.cpp -o PPM -lrt -lpthread -lpigpio clean: rm PPM