Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

too few arguments to function #113

Open
ShadowinFlight opened this issue Sep 8, 2024 · 2 comments
Open

too few arguments to function #113

ShadowinFlight opened this issue Sep 8, 2024 · 2 comments

Comments

@ShadowinFlight
Copy link

Device: PI 4B
When I try to build it comes out this:
rds_wav.c:81:13: error: too few arguments to function ‘fm_mpx_get_samples’
81 | if( fm_mpx_get_samples(mpx_buffer) < 0 ) break;
it seems that the function "fm_mpx_get_samples" is lack of some arguments.
As I check your source code, I found that the function "fm_mpx_open" in file "rds_wav.c" has the same issue.
please fix it.
:)

@henrydatei
Copy link

It seems to be solved by #102

@zoldaten
Copy link

for aarch64 raspberry pi:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants