void taskFxn(void)
{ 这一行出错
/* Open DMA Channel 0 */
myhDma = DMA_open(DMA_CHA0, 0);
...}
错误原因:error: unrecognized token error: expected an expression
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 taskFxn(void)
{ 这一行出错
/* Open DMA Channel 0 */
myhDma = DMA_open(DMA_CHA0, 0);
...}
错误原因:error: unrecognized token error: expected an expression