Correct misplaced right bracket
This commit is contained in:
parent
2436e3f85a
commit
5945a09d6d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user