- change line endings ( \r\n -> \n )

This commit is contained in:
ROBOTIS 2016-03-10 13:52:14 +09:00
parent 4e319441dd
commit 33462ebfb7

View File

@ -123,7 +123,6 @@ int GroupBulkRead::RxPacket()
{
UINT8_T _id = id_list_[_i];
port_->SetPacketTimeout((UINT16_T)(length_list_[_id] + 11));
_result = ph_->ReadRx(port_, length_list_[_id], data_list_[_id]);
if(_result != COMM_SUCCESS)
{