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
|
#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);
|
||||||
|
|||||||
Reference in New Issue
Block a user