Skip to content
Snippets Groups Projects
Commit e6bb21db authored by tommises's avatar tommises Committed by Lorenz Meier
Browse files

Leave some pins available for camera trigger GPIO.

parent 6618cac1
No related branches found
No related tags found
No related merge requests found
......@@ -298,6 +298,17 @@ then
set FMU_MODE gpio_serial
fi
if param greater TRIG_MODE 0
then
if [ $PWM_OUT == 1234 ]
then
if ver hwcmp PX4FMU_V4
then
set FMU_MODE pwm4
fi
fi
fi
if [ $HIL == yes ]
then
set OUTPUT_MODE hil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment