Correct misplaced right bracket

This commit is contained in:
Gregory Nutt 2018-02-22 01:44:08 +00:00
parent 2436e3f85a
commit 5945a09d6d

View File

@ -118,11 +118,11 @@ int ft80x_coproc_waitlogo(int fd)
return OK;
}
/* Wait for a half a second */
(void)usleep(500 * 1000 * 1000);
}
/* Wait for a half a second */
(void)usleep(500 * 1000 * 1000);
}
ft80x_err("ERROR: Timed out! Last head/tail = %u/%u\n", head, tail);