arduino1234 发表于 2015-12-28 14:52:34

OKOKOKOKOK

if(app->play_key || app->up_key || app->down_key || app->update_stage)
                {
                        Counter_clear();
                        /*部分操作会比较耗时,比如FM搜台,这个时候需要关掉定时器,防止操作过程中超时事件到来*/
                        Counter_stop();
                        Btb_stage_process();
                        Counter_start();/*操作完成后,及时回复定时器*/
                }


页: [1]
查看完整版本: OKOKOKOKOK