Skip to content

Commit

Permalink
added void to function line
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitryP6 committed Jan 9, 2025
1 parent 6811331 commit 32ab3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/simple_ema.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#define SIMPLE_EMA

// Exponential Moving Average Lowpass Filter
ema_filter(float current_value, float *previous_ema, float alpha);
void ema_filter(float current_value, float *previous_ema, float alpha);

#endif /* SIMPLE_EMA */

0 comments on commit 32ab3c2

Please sign in to comment.