From a32e8fa99e5ebb62c12063047938993d2982c89b Mon Sep 17 00:00:00 2001 From: leeboby Date: Mon, 29 Mar 2021 09:37:32 +0800 Subject: [PATCH] Correct some comments --- wiringPi/OrangePi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiringPi/OrangePi.c b/wiringPi/OrangePi.c index 8fd29b5..1081acb 100755 --- a/wiringPi/OrangePi.c +++ b/wiringPi/OrangePi.c @@ -1755,7 +1755,7 @@ int OrangePi_get_gpio_mode(int pin) } /* - * Set GPIO Mode on OrangePi 2G-IOT + * Set GPIO Mode */ int OrangePi_set_gpio_mode(int pin, int mode) {