summaryrefslogtreecommitdiff
path: root/src/components/heartrate/Ptagc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/heartrate/Ptagc.h')
-rw-r--r--src/components/heartrate/Ptagc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/heartrate/Ptagc.h b/src/components/heartrate/Ptagc.h
index aaa6f1e6..3476636b 100644
--- a/src/components/heartrate/Ptagc.h
+++ b/src/components/heartrate/Ptagc.h
@@ -3,11 +3,11 @@
namespace Pinetime {
namespace Controllers {
class Ptagc {
- public:
+ public:
Ptagc(float start, float decay, float threshold);
float Step(float spl);
- private:
+ private:
float peak;
float decay;
float boost;