Skip to content

Commit

Permalink
Merge pull request #166 from iirob/longer_timeout_for_pcan
Browse files Browse the repository at this point in the history
Set longer timeout for PCan device
  • Loading branch information
ipa-nhg authored Sep 13, 2016
2 parents 7c1a691 + 647d295 commit 9b995ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schunk_libm5api/src/Device/PCanDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ int CPCanDevice::init(const char* acInitString)
{
InitializeCriticalSection(&m_csDevice);
int iRetVal = 0;
m_uiTimeOut =6;
m_uiTimeOut = 100;
m_iNoOfRetries = 10;
char* pcToken;
char acString[128];
Expand Down

0 comments on commit 9b995ab

Please sign in to comment.