Remove GPIO as the default on the RaspberryPi because of initialization problems.
This commit is contained in:
parent
d494eba116
commit
0f6f058d9f
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user