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 );
|
||||
|
||||
#if defined( _MSCVER_ )
|
||||
#if defined( _MSC_VER )
|
||||
ulMilliSecondSleep(33);
|
||||
#else
|
||||
usleep(33);
|
||||
|
|
Loading…
Reference in a new issue