mirror of https://github.com/ArduPilot/ardupilot
PID: Fix typos
This commit is contained in:
parent
dc7acdf03f
commit
287eb69502
|
@ -113,7 +113,7 @@ private:
|
|||
|
||||
/// Low pass filter cut frequency for derivative calculation.
|
||||
///
|
||||
/// 20 Hz becasue anything over that is probably noise, see
|
||||
/// 20 Hz because anything over that is probably noise, see
|
||||
/// http://en.wikipedia.org/wiki/Low-pass_filter.
|
||||
///
|
||||
static const uint8_t _fCut = 20;
|
||||
|
|
Loading…
Reference in New Issue