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
300 stars 91 forks source link

Error when compiling for a STM32F103C8T6 #12

Closed ClashC closed 7 years ago

ClashC commented 7 years ago

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 7 years ago

Hell Matthias. I have remove the Files: (Why are these files built, if I only si4705 use?) newchip. RDA5807M. TEA5767.*

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

Now works the Library for FMRM1. :)

mathertel commented 7 years ago

Thanks a lot for the hints.