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:
@@ -227,8 +227,8 @@ int main() {
|
||||
#endif
|
||||
#ifdef LPF
|
||||
LowPassFilter lpf_l, lpf_r;
|
||||
init_low_pass_filter(lpf_l);
|
||||
init_low_pass_filter(lpf_r);
|
||||
init_low_pass_filter(&lpf_l);
|
||||
init_low_pass_filter(&lpf_r);
|
||||
#endif
|
||||
|
||||
signal(SIGINT, stop);
|
||||
|
||||
Reference in New Issue
Block a user