SdFat library - warning: "USE_SPI_LIB_DMA" is not defined

Hi,

I use SDFat library for one of my project. I do local compile with cli, works everything but every time I got the following warning:
“warning: “USE_SPI_LIB_DMA” is not defined”

It is not an error, so it compile, but it is annoying. How can I solve it?

Thanks for your help!

I have seen this as well but not had the time to dig into it when it clearly works. Did you note which module/function this is reported from? You could try looking on github https://github.com/greiman/SdFat and contacting the author?

ok, thanks for the info!