Merge "[ion/device] Bench doesn't need to sleep 500 miliseconds before suspend"

This commit is contained in:
Émilie Feral
2017-05-15 14:09:55 +02:00
committed by Gerrit

View File

@@ -12,7 +12,7 @@ void Suspend(const char * input) {
return;
}
reply(sOK);
Ion::msleep(500);
Ion::msleep(100);
Ion::Power::suspend();
}