Skip to content

Commit 522f9a4

Browse files
committed
fix missing 2xc info
1 parent 981c322 commit 522f9a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/actuator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ ControlTableItemInfo_t DYNAMIXEL::getControlTableItemInfo(uint16_t model_num, ui
475475
case XC430_W240:
476476
case XL430_W250:
477477
case XXL430_W250:
478+
case XXC430_W250:
478479
p_common_ctable = control_table_2_0;
479480
p_dep_ctable = xc430_xl430_control_table;
480481
break;

0 commit comments

Comments
 (0)