summaryrefslogtreecommitdiff
path: root/common/mock_i8042.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/mock_i8042.c')
-rw-r--r--common/mock_i8042.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/mock_i8042.c b/common/mock_i8042.c
index a8c1a01447..01d258c3c0 100644
--- a/common/mock_i8042.c
+++ b/common/mock_i8042.c
@@ -19,7 +19,7 @@ void i8042_command_task(void)
{
/* Do nothing */
while (1)
- usleep(5000000);
+ sleep(5);
}
enum ec_error_list i8042_send_to_host(int len, const uint8_t *bytes)