Remove GPIO as the default on the RaspberryPi because of initialization problems.

This commit is contained in:
David Betz 2015-01-27 21:42:07 -05:00
parent d494eba116
commit 0f6f058d9f
1 changed files with 0 additions and 4 deletions

View File

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