From ec0d325120c4de71053062b723671d7e1d954008 Mon Sep 17 00:00:00 2001 From: David Betz Date: Tue, 27 Jan 2015 17:08:12 -0500 Subject: [PATCH] Fixed a typo. --- osint_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osint_linux.c b/osint_linux.c index 6902306..9acf053 100644 --- a/osint_linux.c +++ b/osint_linux.c @@ -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 }