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.

ZTOOL_P1和MT

Other Parts Discussed in Thread: Z-STACK

产品需要串口通信,想直接利用工程中的DMA,uart的相关源代码,并且屏蔽掉MT的相关功能,此为背景。

Z-Stack Home 1.2.2a.44539原始工程中,把工程中的宏定义列表(Defined symbols)中,屏蔽掉以下宏定义

                              xZTOOL_P1
                              xMT_TASK
                              xMT_APP_FUNC
                              xMT_SYS_FUNC

编译正常,把ZTOOL_P1打开就出现编译错误,不知道是什么原因造成的?