zhyinch
2021-11-05 99c7247d197118f210173ffd5bd213adc642e1bf
Src/main.c
@@ -130,15 +130,15 @@
//   LED_TB_OFF;
//}else{
//   LED_TR_OFF;
if(active_flag)
   {
   current_time=HAL_LPTIM_ReadCounter(&hlptim1);
   if(current_time-beepcount>3||beepcount>current_time)
   {
      beepcount = current_time;
      LED_BLINK(GPIOA, GPIO_PIN_11);
   }
}
//if(active_flag)
//   {
//   current_time=HAL_LPTIM_ReadCounter(&hlptim1);
//   if(current_time-beepcount>3||beepcount>current_time)
//   {
//      beepcount = current_time;
//      LED_BLINK(GPIOA, GPIO_PIN_11);
//   }
//}
      
      
   //motor_state=2;