From 3730804c78f656296f4e44116e0f49d931867f4a Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Wed, 3 Sep 2014 08:36:02 -0400 Subject: [PATCH] *removed unnecessary dependency of disis_gpio on g_canvas.h --- l2ork_addons/raspberry_pi/disis_gpio/disis_gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l2ork_addons/raspberry_pi/disis_gpio/disis_gpio.c b/l2ork_addons/raspberry_pi/disis_gpio/disis_gpio.c index 90958cf0c..4930ab3c0 100644 --- a/l2ork_addons/raspberry_pi/disis_gpio/disis_gpio.c +++ b/l2ork_addons/raspberry_pi/disis_gpio/disis_gpio.c @@ -15,7 +15,7 @@ #include <string.h> #include <unistd.h> #include <pthread.h> -#include "g_canvas.h" +//#include "g_canvas.h" #include "wiringPi/wiringPi/wiringPi.h" #include "wiringPi/wiringPi/softPwm.h" -- GitLab