I2S LL Driver fails to compile under C++ (IDFGH-10367) #11625
Labels
Resolution: NA
Issue resolution is unavailable
Status: Done
Issue is done internally
Type: Bug
bugs in IDF
Answers checklist.
IDF version.
5.1-rc1
Operating System used.
macOS
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
What is the expected behavior?
#include <hal/i2s_ll.h>
works in a C++ fileWhat is the actual behavior?
Compile fails
Steps to reproduce.
...
Build or installation Logs.
No response
More Information.
#5604
I can use the following patch to make it work:
Also for the MCLK set function:
repeat for the TX MCLK set function as well.
The text was updated successfully, but these errors were encountered: