mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 11:59:58 +03:00
fix typo
This commit is contained in:
parent
03900bab40
commit
8edce9062f
1 changed files with 1 additions and 1 deletions
|
@ -42,5 +42,5 @@ reset I term if
|
||||||
|
|
||||||
```
|
```
|
||||||
P = -gyroData[axis] / 4 * dynP8 / 10 / 8
|
P = -gyroData[axis] / 4 * dynP8 / 10 / 8
|
||||||
D = -mean(diff(gyroData[axis] / 4), over 3 samples) * 3 * dynP8 / 32
|
D = -mean(diff(gyroData[axis] / 4), over 3 samples) * 3 * dynD8 / 32
|
||||||
```
|
```
|
Loading…
Add table
Add a link
Reference in a new issue