Millis as long
This commit is contained in:
parent
8d404c7bb1
commit
7f085dc101
|
@ -1574,7 +1574,7 @@ public abstract class DfuBaseService extends IntentService implements DfuProgres
|
|||
*
|
||||
* @param millis waiting period.
|
||||
*/
|
||||
protected void waitFor(final int millis) {
|
||||
protected void waitFor(final long millis) {
|
||||
synchronized (mLock) {
|
||||
try {
|
||||
sendLogBroadcast(DfuBaseService.LOG_LEVEL_DEBUG, "wait(" + millis + ")");
|
||||
|
|
Loading…
Reference in New Issue