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:
parent
b414be320f
commit
c26428232a
7 changed files with 58 additions and 54 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue