Skip to content

Commit 2ec236b

Browse files
committed
Revert "[Fix] Fixed DYNAMIXEL-Y PRESENT_MOTOR_TEMPERATURE ControlTableItem Width"
This reverts commit 674c5fb.
1 parent 674c5fb commit 2ec236b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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, 1},
496+
{ControlTableItem::PRESENT_MOTOR_TEMPERATURE, 571, 4},
497497
#endif
498498
{ControlTableItem::LAST_DUMMY_ITEM, 0, 0}
499499
};

0 commit comments

Comments
 (0)