fsl_soundcard.h error

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

fsl_soundcard.h error

1,205 次查看
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

标签 (1)
0 项奖励
回复
1 回复

1,081 次查看
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 项奖励
回复