| Index: gpio_setup.cc
|
| diff --git a/gpio_setup.cc b/gpio_setup.cc
|
| index ac14d8343d32f5e451b9c4cbe2594d550a6a4ce0..31fa39e1ff7584cc3c61fcd3c6b04e909e87afc9 100644
|
| --- a/gpio_setup.cc
|
| +++ b/gpio_setup.cc
|
| @@ -57,7 +57,7 @@
|
|
|
| #define GPIO_ROOT "/sys/class/gpio"
|
| #define GPIO_DEVICE_ROOT GPIO_ROOT "/gpiochip"
|
| -#define GPIO_ENABLE_FILE GPIO_ROOT "export"
|
| +#define GPIO_ENABLE_FILE GPIO_ROOT "/export"
|
|
|
| // Can be changed using --pci_address command line option.
|
| #define DEFAULT_GPIO_DEVICE_PCI_ADDRESS "0000:00:1f.0"
|
|
|