Skip to content

Commit

Permalink
[TorqueController] Fix merge miss in timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
orikuma committed Dec 26, 2015
1 parent 6d47018 commit 59418ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtc/TorqueController/TorqueController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ RTC::ReturnCode_t TorqueController::onExecute(RTC::UniqueId ec_id)
m_qRefOut.data[i] = m_qRefIn.data[i];
}
}
m_qRefOut.tm = tm;
m_qRefOut.tm = m_qRefIn.tm;
m_qRefOutOut.write();
} else {
if (isDebug()) {
Expand Down

0 comments on commit 59418ed

Please sign in to comment.