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

msp and other small fixes

This commit is contained in:
ctzsnooze 2021-05-20 23:46:44 +10:00
parent b414be320f
commit c26428232a
7 changed files with 58 additions and 54 deletions

View file

@ -560,7 +560,6 @@ TEST(pidControllerTest, testFeedForward) {
EXPECT_FLOAT_EQ(0, pidData[FD_ROLL].F);
EXPECT_FLOAT_EQ(0, pidData[FD_PITCH].F);
EXPECT_FLOAT_EQ(0, pidData[FD_YAW].F);
}
TEST(pidControllerTest, testItermRelax) {