From 6292d3a2e75ab13c8ba559656c22a65f6c601a39 Mon Sep 17 00:00:00 2001 From: David Betz Date: Tue, 27 Jan 2015 09:14:25 -0500 Subject: [PATCH] Restore the default GPIO pin to 17 as it was in Heater's code. --- osint_linux.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/osint_linux.c b/osint_linux.c index 9a082e0..ba8cd9f 100644 --- a/osint_linux.c +++ b/osint_linux.c @@ -46,8 +46,7 @@ #include "osint.h" #ifdef RASPBERRY_PI #include "gpio_sysfs.h" -//#define GPIO_PIN GPIO_PIN -#define GPIO_PIN 0 +#define GPIO_PIN 17 #endif typedef int HANDLE;