mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
commit
2e4aafcaea
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -40,3 +40,4 @@ stm32.mak
|
||||||
|
|
||||||
.vagrant
|
.vagrant
|
||||||
ubuntu*.log
|
ubuntu*.log
|
||||||
|
/.vs
|
||||||
|
|
|
@ -58,7 +58,7 @@ static uint32_t imuDeltaT = 0;
|
||||||
static bool imuUpdated = false;
|
static bool imuUpdated = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define IMU_LOCK pthread_mutex_unlock(&imuUpdateLock)
|
#define IMU_LOCK pthread_mutex_lock(&imuUpdateLock)
|
||||||
#define IMU_UNLOCK pthread_mutex_unlock(&imuUpdateLock)
|
#define IMU_UNLOCK pthread_mutex_unlock(&imuUpdateLock)
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue