You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
:)
The text was updated successfully, but these errors were encountered:
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.
:)
The text was updated successfully, but these errors were encountered: