Skip to content
Snippets Groups Projects
Commit cd92b7de authored by Federico Lolli's avatar Federico Lolli
Browse files

[LowPass] minor: warnings

parent bcd13feb
No related branches found
No related tags found
1 merge request!224Draft: Sensor Fault Detection
......@@ -45,8 +45,8 @@ public:
* @param cutoffFreq The cutoff frequency of the filter
* @param lambda The lambda parameter of the filter
*
* @note WARNING: Initialize output at 0 at first
* @note WARNING: frequency set by parameters, look for these in any case
* @warning Initialize output at 0 at first
* @warning frequency set by parameters, look for these in any case
*/
LowPass(float gain, float cutoffFreq, float lambda);
......@@ -55,8 +55,8 @@ public:
*
* @param config The configuration of the filter
*
* @note WARNING: Initialize output at 0 at first
* @note WARNING: frequency set by parameters, look for these in any case
* @warning Initialize output at 0 at first
* @warning frequency set by parameters, look for these in any case
*/
explicit LowPass(const LowPassConfig& config);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment