Skip to content

Commit f6aa9f4

Browse files
committed
[Fix] Fixed DYNAMIXEL-Y PRESENT_MOTOR_TEMPERATURE ControlTableItem Width
Signed-off-by: Jonghee Son <zzongaone@gmail.com>
1 parent 2ec236b commit f6aa9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actuator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ const ModelControlTableInfo_t y_control_table[] PROGMEM = {
493493
{ControlTableItem::VELOCITY_TRAJECTORY, 564, 4},
494494
{ControlTableItem::PRESENT_INPUT_VOLTAGE, 568, 2},
495495
{ControlTableItem::PRESENT_TEMPERATURE, 570, 1}, // Present Inverter Temperature
496-
{ControlTableItem::PRESENT_MOTOR_TEMPERATURE, 571, 4},
496+
{ControlTableItem::PRESENT_MOTOR_TEMPERATURE, 571, 1},
497497
#endif
498498
{ControlTableItem::LAST_DUMMY_ITEM, 0, 0}
499499
};

0 commit comments

Comments
 (0)