Restore the default GPIO pin to 17 as it was in Heater's code.

This commit is contained in:
David Betz 2015-01-27 09:14:25 -05:00
parent 33e361a354
commit 6292d3a2e7
1 changed files with 1 additions and 2 deletions

View File

@ -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;