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 URAT ClearTerm()

Other Parts Discussed in Thread: CC3200

请问下CC3200 URAT 中uart_if.c文件中

void
ClearTerm()
{
Message("\33[2J\r");
}

此函数怎么实现的