mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Correct misplaced right bracket
This commit is contained in:
parent
2436e3f85a
commit
5945a09d6d
1 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue