1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

Cleanup debug code.

This commit is contained in:
Dominic Clifton 2015-04-14 13:58:45 +01:00
parent c11c25514b
commit f28158a5a7
22 changed files with 107 additions and 68 deletions

View file

@ -23,7 +23,8 @@
#include "common/maths.h"
#include <platform.h>
#include "platform.h"
#include "debug.h"
#include "common/axis.h"
@ -45,9 +46,6 @@
#include "config/runtime_config.h"
extern int16_t debug[4];
int16_t accSmooth[XYZ_AXIS_COUNT];
int32_t accSum[XYZ_AXIS_COUNT];
int16_t gyroData[FLIGHT_DYNAMICS_INDEX_COUNT] = { 0, 0, 0 };