From 287eb69502dee07cf6562ac61094740982dd313f Mon Sep 17 00:00:00 2001 From: Ricardo de Almeida Gonzaga Date: Thu, 12 May 2016 13:50:41 -0300 Subject: [PATCH] PID: Fix typos --- libraries/PID/PID.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/PID/PID.h b/libraries/PID/PID.h index a5a8122eb5..239db265aa 100644 --- a/libraries/PID/PID.h +++ b/libraries/PID/PID.h @@ -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;