mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Add function needed for linking USB test application.
This commit is contained in:
parent
057b4402bf
commit
b1660d8774
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298647
@ -57,6 +57,12 @@ DELAY(unsigned int delay)
|
||||
usleep(delay);
|
||||
}
|
||||
|
||||
void
|
||||
delay(unsigned int delay)
|
||||
{
|
||||
usleep(delay);
|
||||
}
|
||||
|
||||
int
|
||||
pause(const char *what, int timeout)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user