Adjust updated paths for devices

This commit is contained in:
Lorenz Meier
2015-02-03 13:43:52 +01:00
parent 16fea51e00
commit 3036ad034d

View File

@@ -33,9 +33,9 @@ then
if [ $OUTPUT_MODE == mkblctrl ]
then
set OUTPUT_DEV /dev/mkblctrl
set OUTPUT_DEV /dev/mkblctrl0
else
set OUTPUT_DEV /dev/pwm_output
set OUTPUT_DEV /dev/pwm_output0
fi
if [ $OUTPUT_MODE == uavcan_esc ]