docs/gpio: fix include path in synopsis

This commit is contained in:
Vanya A. Sergeev
2019-09-30 22:18:42 -05:00
parent 9c59ca3b7a
commit 619e0ff85b
+1 -1
View File
@@ -5,7 +5,7 @@ GPIO wrapper functions for Linux userspace sysfs GPIOs.
### SYNOPSIS
``` c
#include <periphery/gpio.md>
#include <periphery/gpio.h>
/* Primary Functions */
gpio_t *gpio_new(void);