跳转到队列的某一步开始执行


void que_go(int un,int step);
//un:串口号 0或者1,
//step:步骤号

示例

que_go(1,100);

注意