zhyinch
2020-06-17 4864dd7a1bf69e16045c18bc19220b3ce9f55c72
源码/核心板/Src/stm32f10x_it.c
@@ -46,7 +46,7 @@
   if (TIM_GetITStatus(TIM3, TIM_IT_Update) != RESET)  //??TIM3????????
      {
      TIM_ClearITPendingBit(TIM3, TIM_IT_Update  );  //??TIMx?????? 
   main_logic();
   time32_incr++;
   heartbeat_timer++;
   sync_timer++;   
@@ -77,7 +77,7 @@
      {
         if(sync_timer%g_com_map[COM_INTERVAL]==tyncpoll_time&&sync_timer<990&&sync_timer!=last_polltime)
         {
         g_start_send_flag=1;
      //   g_start_send_flag=1;
         }
      }