mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Updated accgyro locking. Printf tidy
This commit is contained in:
parent
8eebf06753
commit
0219d6adc7
13 changed files with 109 additions and 107 deletions
|
@ -52,8 +52,6 @@
|
|||
#if defined(SIMULATOR_BUILD) && defined(SIMULATOR_MULTITHREAD)
|
||||
#include <stdio.h>
|
||||
#include <pthread.h>
|
||||
#define printf printf
|
||||
#define sprintf sprintf
|
||||
|
||||
static pthread_mutex_t imuUpdateLock;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue