You can refer to the practice of using CMSIS __ARMCC_VERSION To determine: #if defined __CC_ARM // Arm Compiler 5 #elif defined(__ARMCC_VERSION) ...
確定! 回上一頁