summaryrefslogtreecommitdiff
path: root/firmware/os/algos/common/math/kasa.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/os/algos/common/math/kasa.h')
-rw-r--r--firmware/os/algos/common/math/kasa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/os/algos/common/math/kasa.h b/firmware/os/algos/common/math/kasa.h
index e9652d60..d3504b6f 100644
--- a/firmware/os/algos/common/math/kasa.h
+++ b/firmware/os/algos/common/math/kasa.h
@@ -20,6 +20,7 @@ extern "C" {
#endif
struct KasaFit {
+ float acc_mean_x, acc_mean_y, acc_mean_z;
float acc_x, acc_y, acc_z, acc_w;
float acc_xx, acc_xy, acc_xz, acc_xw;
float acc_yy, acc_yz, acc_yw, acc_zz, acc_zw;