Skip to content

Commit e00f60b

Browse files
committed
extend control table keyword
1 parent e909ebf commit e00f60b

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
@@ -222,7 +222,7 @@ const ModelControlTableInfo_t control_table_2_0[] PROGMEM = {
222222
{ControlTableItem::VELOCITY_TRAJECTORY, 136, 4},
223223
{ControlTableItem::POSITION_TRAJECTORY, 140, 4},
224224
{ControlTableItem::PRESENT_INPUT_VOLTAGE, 144, 2},
225-
// {ControlTableItem::PRESENT_VOLTAGE, 144, 2},
225+
{ControlTableItem::PRESENT_VOLTAGE, 144, 2},
226226
{ControlTableItem::PRESENT_TEMPERATURE, 146, 1},
227227
#endif
228228
{ControlTableItem::LAST_DUMMY_ITEM, 0, 0}

0 commit comments

Comments
 (0)