This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
这是当前的代码风格,
void func(int a){ a++; }
void func(int a) { a++; }
您好,
对于CCS20您参考以下用户手册5.1. User Interface Introduction — Code Composer Studio 20.1.1 Documentation “5.8. Customizing the Environment”部分。