1
0
Fork 0
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:
Martin Budden 2017-04-10 14:34:21 +01:00
parent 8eebf06753
commit 0219d6adc7
13 changed files with 109 additions and 107 deletions

View file

@ -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;