1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +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

@ -15,14 +15,14 @@
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>.
*/
#include "platform.h"
#include "io.h"
#include "io_impl.h"
#include "rcc.h"
#include "common/utils.h"
#include "target.h"
// io ports defs are stored in array by index now
struct ioPortDef_s {
rccPeriphTag_t rcc;