Fixed a typo.
This commit is contained in:
parent
2c862a330e
commit
3a5ed2b997
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ bool FGATC610x::open() {
|
||||||
|
|
||||||
ATC610xRelease( lock_fd );
|
ATC610xRelease( lock_fd );
|
||||||
|
|
||||||
#if defined( _MSCVER_ )
|
#if defined( _MSC_VER )
|
||||||
ulMilliSecondSleep(33);
|
ulMilliSecondSleep(33);
|
||||||
#else
|
#else
|
||||||
usleep(33);
|
usleep(33);
|
||||||
|
|
Loading…
Add table
Reference in a new issue