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.

求助!利用uCOSII系统,在MSP430F5529LP板子上跑任务,主函数打不开新建的头文件,如何解决?



         如上图所示,自己新建了“UserTaskSet.h”和UserTaskSet.c文件,但是在编译时,提示错误打不开UserTaskSet.h文件。该程序时用来存放用户各个任务的,是在板子上跑官方已经移植好的uCOSII系统。求助解答