Skip to content
Snippets Groups Projects
Commit a56d2ab9 authored by Beat Küng's avatar Beat Küng
Browse files

rc.interface: merge 'ver hwcmp' for different boards

parent dac2a93e
No related branches found
No related tags found
No related merge requests found
......@@ -120,27 +120,7 @@ then
fi
fi
if ver hwcmp MINDPX_V2
then
set MIXER_AUX none
fi
if ver hwcmp CRAZYFLIE
then
set MIXER_AUX none
fi
if ver hwcmp AEROFC_V1
then
set MIXER_AUX none
fi
if ver hwcmp PX4FMU_V4
then
set MIXER_AUX none
fi
if ver hwcmp PX4FMU_V5
if ver hwcmp MINDPX_V2 CRAZYFLIE AEROFC_V1 PX4FMU_V4 PX4FMU_V5
then
set MIXER_AUX none
fi
......
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