0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00

fix issues

This commit is contained in:
2024-12-30 19:28:34 +01:00
parent cded901e59
commit f142ee0fd6

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);