mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 18:37:34 +08:00
Ran Astyle
This commit is contained in:
committed by
Lorenz Meier
parent
f3b7585a89
commit
30bc968ed6
@@ -208,12 +208,14 @@ void gpio_led_start(FAR void *arg)
|
||||
char *gpio_dev;
|
||||
|
||||
#if defined(PX4IO_DEVICE_PATH)
|
||||
|
||||
if (priv->use_io) {
|
||||
gpio_dev = PX4IO_DEVICE_PATH;
|
||||
|
||||
} else {
|
||||
gpio_dev = PX4FMU_DEVICE_PATH;
|
||||
}
|
||||
|
||||
#else
|
||||
gpio_dev = PX4FMU_DEVICE_PATH;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user