mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
parent
f4d6a2ce43
commit
951ba1d42f
1 changed files with 2 additions and 2 deletions
|
@ -744,8 +744,8 @@ void imuUpdateAttitude(timeUs_t currentTimeUs)
|
|||
schedulerIgnoreTaskStateTime();
|
||||
}
|
||||
|
||||
DEBUG_SET(DEBUG_ATTITUDE, 0, attitude.values.yaw); // roll
|
||||
DEBUG_SET(DEBUG_ATTITUDE, 1, attitude.values.pitch); // pitch
|
||||
DEBUG_SET(DEBUG_ATTITUDE, 0, attitude.values.roll);
|
||||
DEBUG_SET(DEBUG_ATTITUDE, 1, attitude.values.pitch);
|
||||
}
|
||||
#endif // USE_ACC
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue