Radio icon indicating copy to clipboard operation
Radio copied to clipboard

'va_list' error

Open hydronics2 opened this issue 5 years ago • 0 comments

This error was already called out by cashC in 2016. Same error for me with An Adafruit M0 board for an RDA5807m.... adding the stdarg.h in radio.h fixed the error per below comment... thank you!

add "#include <stdarg.h>" in radio.h after #include <Wire.h>. Otherwise the error comes Error: "'va_list' was not declared in this scope".

hydronics2 avatar Mar 13 '19 03:03 hydronics2