Description Resource Path Location Type
#148 declaration is incompatible with "void GPIO_SetupPinMux(Uint16, Uint16, Uint16)" (declared at line 222 of "D:\CCS6_1\workspace_v6_1\TMS320F28075Pro\JDSV-SV03-BPM100\include\F2807x_GlobalPrototypes.h") OP_Manage.c /JDSV-SV03-BPM100/source line 61 C/C++ Problem

本文解决了一个在C/C++项目中遇到的问题,关于GPIO_SetupPinMux函数声明不一致导致的编译错误。问题出现在文件OP_Manage.c的第61行,与D:CCS6_1workspace_v6_1TMS320F28075ProJDSV-SV03-BPM100includeF2807x_GlobalPrototypes.h中第222行的声明不符。通过调整函数声明或定义可以解决此问题。

8140

被折叠的 条评论
为什么被折叠?



