1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Merge pull request #5963 from joelucid/iterm_relax

ITerm relax feature
This commit is contained in:
Michael Keller 2018-05-30 09:32:21 +12:00 committed by GitHub
commit eecb59db45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 68 additions and 5 deletions

View file

@ -22,7 +22,7 @@
#include "unittest_macros.h"
#include "gtest/gtest.h"
#include "build/debug.h"
bool simulateMixerSaturated = false;
float simulatedSetpointRate[3] = { 0,0,0 };
@ -30,6 +30,9 @@ float simulatedRcDeflection[3] = { 0,0,0 };
float simulatedThrottlePIDAttenuation = 1.0f;
float simulatedMotorMixRange = 0.0f;
int16_t debug[DEBUG16_VALUE_COUNT];
uint8_t debugMode;
extern "C" {
#include "build/debug.h"
#include "common/axis.h"