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) {