Error when compiling for a STM32F103C8T6
ClashC opened this issue · 2 comments
ClashC commented
Error is posted here:
http://pastebin.com/nD5tX9D9
Note: With the library "FMRM1" from the company ELV the Si4705 FM module "FM-RM1" works.
I like your library very much.
ClashC commented
Hell Matthias.
I have remove the Files: (Why are these files built, if I only si4705 use?)
newchip.*
RDA5807M.*
TEA5767.*
and add "#include <stdarg.h>" in radio.h after #include <Wire.h>. Otherwise the error comes Error:
"'va_list' was not declared in this scope".
Now works the Library for FMRM1. :)
mathertel commented
Thanks a lot for the hints.