mathertel / Radio

An Arduino library to control FM radio chips like SI4703, SI4705, RDA5807M, TEA5767.
http://mathertel.github.io/Radio
BSD 3-Clause "New" or "Revised" License
297 stars 89 forks source link

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

Closed fjansson closed 1 year ago

fjansson commented 2 years ago

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 )

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

mathertel commented 1 year ago

Thanks.