UAVCAN mixer renamed to /dev/uavcan/esc

This commit is contained in:
Pavel Kirienko
2014-05-08 17:03:40 +04:00
parent be803fdf5b
commit 4055833c9e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ then
if [ $OUTPUT_MODE == can ]
then
set OUTPUT_DEV /dev/uavcan
set OUTPUT_DEV /dev/uavcan/esc
fi
if mixer load $OUTPUT_DEV $MIXER_FILE
+1 -1
View File
@@ -51,7 +51,7 @@
*/
#define NUM_ACTUATOR_CONTROL_GROUPS_UAVCAN 4
#define UAVCAN_DEVICE_PATH "/dev/uavcan"
#define UAVCAN_DEVICE_PATH "/dev/uavcan/esc"
/**
* A UAVCAN node.