Преглед изворни кода

update rtgui_system.c

Signed-off-by: yangfasheng <yangfasheng@rt-thread.com>
yangfasheng пре 7 година
родитељ
комит
745c5d666d
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/rtgui_system.c

+ 0 - 1
src/rtgui_system.c

@@ -102,7 +102,6 @@ static void rtgui_time_out(void *parameter)
     event.parent.sender = RT_NULL;
 
     event.timer = timer;
-    timer->pending_cnt++;
 
     result = rtgui_send(timer->app, &(event.parent), sizeof(rtgui_event_timer_t));
     if (result == RT_EOK)