Tiny code cleanup
This commit is contained in:
parent
edb543c331
commit
265a62c13a
|
@ -1281,7 +1281,7 @@ public abstract class DfuBaseService extends IntentService implements DfuProgres
|
|||
|
||||
// We have to wait until device gets disconnected or an error occur
|
||||
waitUntilDisconnected();
|
||||
sendLogBroadcast(DfuBaseService.LOG_LEVEL_INFO, "Disconnected");
|
||||
sendLogBroadcast(LOG_LEVEL_INFO, "Disconnected");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue