From 0f6f058d9f147a91782a5ab6e336acf26887f1a1 Mon Sep 17 00:00:00 2001 From: David Betz Date: Tue, 27 Jan 2015 21:42:07 -0500 Subject: [PATCH] Remove GPIO as the default on the RaspberryPi because of initialization problems. --- osint_linux.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/osint_linux.c b/osint_linux.c index 96359dd..b40d55a 100644 --- a/osint_linux.c +++ b/osint_linux.c @@ -59,11 +59,7 @@ static int propellerResetGpioLevel = 0; #endif /* Normally we use DTR for reset */ -#ifdef RASPBERRY_PI -static reset_method_t reset_method = RESET_WITH_GPIO; -#else static reset_method_t reset_method = RESET_WITH_DTR; -#endif int use_reset_method(char* method) {