Fixed a typo.

This commit is contained in:
David Betz 2015-01-27 17:08:12 -05:00
parent f6173c5bdc
commit ec0d325120
1 changed files with 1 additions and 1 deletions

View File

@ -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
}