aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/gpio_led/gpio_led.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/gpio_led/gpio_led.c b/src/modules/gpio_led/gpio_led.c
index 632630b54..8b4c0cb30 100644
--- a/src/modules/gpio_led/gpio_led.c
+++ b/src/modules/gpio_led/gpio_led.c
@@ -86,10 +86,10 @@ int gpio_led_main(int argc, char *argv[])
"\t-p\tUse pin:\n"
"\t\t1\tPX4FMU GPIO_EXT1 (default)\n"
"\t\t2\tPX4FMU GPIO_EXT2\n"
- "\t\ta1\tPX4IO GPIO_ACC1\n"
- "\t\ta2\tPX4IO GPIO_ACC2\n"
- "\t\tr1\tPX4IO GPIO_RELAY1\n"
- "\t\tr2\tPX4IO GPIO_RELAY2");
+ "\t\ta1\tPX4IO ACC1\n"
+ "\t\ta2\tPX4IO ACC2\n"
+ "\t\tr1\tPX4IO RELAY1\n"
+ "\t\tr2\tPX4IO RELAY2");
} else {