fix issues

This commit is contained in:
2024-12-30 19:28:34 +01:00
parent cded901e59
commit f142ee0fd6
+2 -2
View File
@@ -227,8 +227,8 @@ int main() {
#endif #endif
#ifdef LPF #ifdef LPF
LowPassFilter lpf_l, lpf_r; LowPassFilter lpf_l, lpf_r;
init_low_pass_filter(lpf_l); init_low_pass_filter(&lpf_l);
init_low_pass_filter(lpf_r); init_low_pass_filter(&lpf_r);
#endif #endif
signal(SIGINT, stop); signal(SIGINT, stop);