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.

关于cc3200代码里如何增加osi_TaskSuspend函数



代码中想用到osi_TaskSuspend挂起函数,但是没有定义,只有一个vTaskSuspend()函数,直接引用会出现很多错误,所以就按照osi_freertos.c中的函数定义

但是定义完调用osi_TaskSuspend()函数有错误,错误如下:

代码添加如下:

还需要在其他地方加什么吗?为何调用osi_TaskSuspend()函数会不行,忘TI工作人员解答下~