mirror of
https://github.com/vsergeev/c-periphery.git
synced 2026-08-18 11:52:08 +08:00
docs/gpio: fix old sysfs reference in description of gpio_close()
This commit is contained in:
+1
-1
@@ -152,7 +152,7 @@ Returns 0 on success, or a negative [GPIO error code](#return-value) on failure.
|
||||
``` c
|
||||
int gpio_close(gpio_t *gpio);
|
||||
```
|
||||
Close the sysfs GPIO.
|
||||
Close the GPIO.
|
||||
|
||||
`gpio` should be a valid pointer to a GPIO handle opened with one of the `gpio_open*()` functions.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user