Skip to content

Commit

Permalink
Change reset delay from 80ms to 95ms
Browse files Browse the repository at this point in the history
  • Loading branch information
bweir committed Feb 8, 2016
1 parent 7c9b36e commit 14c60da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/propellerdevice/propellerdevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ QStringList PropellerDevice::list()

quint32 PropellerDevice::resetPeriod()
{
return 80;
return 95;
}


Expand Down

0 comments on commit 14c60da

Please sign in to comment.