aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/test_gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemcmds/tests/test_gpio.c')
-rw-r--r--src/systemcmds/tests/test_gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemcmds/tests/test_gpio.c b/src/systemcmds/tests/test_gpio.c
index ab536d956..62a873270 100644
--- a/src/systemcmds/tests/test_gpio.c
+++ b/src/systemcmds/tests/test_gpio.c
@@ -92,7 +92,7 @@ int test_gpio(int argc, char *argv[])
int fd;
int ret = 0;
- fd = open(GPIO_DEVICE_PATH, 0);
+ fd = open(PX4IO_DEVICE_PATH, 0);
if (fd < 0) {
printf("GPIO: open fail\n");