mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 11:29:56 +03:00
typo fix
This commit is contained in:
parent
e3d8949810
commit
a4f1f67ac8
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ More, with asynchronous gyro processing, not all tasks are executed in the same
|
||||||
|
|
||||||
## `async_mode = NONE`
|
## `async_mode = NONE`
|
||||||
|
|
||||||
Gyroscope sampling and filtering, Accelerometer sampling and filtering, Attitude computation and PID control loop are executed as single tasks and processed one ofter the other.
|
Gyroscope sampling and filtering, Accelerometer sampling and filtering, Attitude computation and PID control loop are executed as single tasks and processed one after another.
|
||||||
|
|
||||||
| **gyro_sync** | **gyro_lpf** | **Control Loop Rate** (actual looptime) [us] |
|
| **gyro_sync** | **gyro_lpf** | **Control Loop Rate** (actual looptime) [us] |
|
||||||
| ---- | ---- | ----- |
|
| ---- | ---- | ----- |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue