1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Less Anti Winduo in Air mode

This commit is contained in:
borisbstyle 2016-02-03 01:32:57 +01:00
parent 9b3a2f3f76
commit 9859bbfcae
5 changed files with 10 additions and 8 deletions

View file

@ -14,6 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>.
*/
#include "rx/rx.h"
#pragma once
@ -81,5 +82,5 @@ extern int16_t axisPID[XYZ_AXIS_COUNT];
extern int32_t axisPID_P[3], axisPID_I[3], axisPID_D[3];
void pidSetController(pidControllerType_e type);
void pidResetErrorGyro(void);
void pidResetErrorGyro(rxConfig_t *rxConfig);