fsl_soundcard.h error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

fsl_soundcard.h error

434 Views
kalden_srcinc
Contributor IV

At the bottom of fsl_soundcard.h you have:

 

#if defined(__cplusplus)

extern "C" }

#endif

 

 

For this to compile, it should instead be

 

#if defined(__cplusplus)

}

#endif

Labels (1)
0 Kudos
1 Reply

310 Views
ivadorazinova
NXP Employee
NXP Employee

Hello Kevin,

Thank you for your feedback.

You are absolutely right. If you compile the code in c-compiler it is ok, but the error occurs if you compile the code in cpp.

Thank you for that, in next release it will be fixed.

Have a nice day!

Best Regards,

Iva

0 Kudos