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

Add #include <stdarg.h> in files using va_start etc #52

Merged
merged 1 commit into from
Jan 15, 2023

Conversation

fjansson
Copy link
Contributor

Fix for #22.
With this change, the library compiles for Raspberry Pico,
tested on "Arduino MBED OS RP2040 Boards" in the Boards manager, v2.6.1
Also tested on Uno (which doesn't like the c++ alternative #include
but accepts #include <stdarg.h>)

Tested with a Pico, an RDA5807M and the bundled TestRDA5807M sketch - working.

Fix for mathertel#22.
With this change, the library compiles for Raspberry Pico,
tested on "Arduino MBED OS RP2040 Boards" in the Boards manager, v2.6.1
Also tested on Uno (which doesn't like the c++ alternative #include <cstdarg>
but accepts #include <stdarg.h>)
@mathertel mathertel merged commit 057a9eb into mathertel:master Jan 15, 2023
@mathertel
Copy link
Owner

Thanks.

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

Successfully merging this pull request may close these issues.

None yet

2 participants