Fixed a typo.
This commit is contained in:
parent
f6173c5bdc
commit
ec0d325120
@ -320,7 +320,7 @@ void serial_done(void)
|
||||
#ifdef RASPBERRY_PI
|
||||
if (reset_method == RESET_WITH_GPIO)
|
||||
{
|
||||
gpio_unexport(GPIO_PIN);
|
||||
gpio_unexport(propellerResetGpioPin);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user