Renamed OUTPUT_MODE: can --> uavcan_esc

This commit is contained in:
Pavel Kirienko
2014-07-07 02:31:05 +04:00
parent 324322cb29
commit dae9b48462
3 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ then
set OUTPUT_DEV /dev/pwm_output
fi
if [ $OUTPUT_MODE == can ]
if [ $OUTPUT_MODE == uavcan_esc ]
then
set OUTPUT_DEV /dev/uavcan/esc
fi