Browse Source

删除RTC

xuxinyi 2 months ago
parent
commit
1f0964780c
1 changed files with 0 additions and 25 deletions
  1. 0 25
      Core/Src/stm32f1xx_it.c

+ 0 - 25
Core/Src/stm32f1xx_it.c

@@ -207,20 +207,6 @@ void SysTick_Handler(void)
 /* please refer to the startup file (startup_stm32f1xx.s).                    */
 /******************************************************************************/
 
-/**
-  * @brief This function handles RTC global interrupt.
-  */
-void RTC_IRQHandler(void)
-{
-  /* USER CODE BEGIN RTC_IRQn 0 */
-
-  /* USER CODE END RTC_IRQn 0 */
-  HAL_RTCEx_RTCIRQHandler(&hrtc);
-  /* USER CODE BEGIN RTC_IRQn 1 */
-
-  /* USER CODE END RTC_IRQn 1 */
-}
-
 /**
   * @brief This function handles DMA1 channel3 global interrupt.
   */
@@ -298,17 +284,6 @@ void USART3_IRQHandler(void)
 /**
   * @brief This function handles RTC alarm interrupt through EXTI line 17.
   */
-void RTC_Alarm_IRQHandler(void)
-{
-  /* USER CODE BEGIN RTC_Alarm_IRQn 0 */
-  printf("1111111111111111111111111");
-  /* USER CODE END RTC_Alarm_IRQn 0 */
-  HAL_RTC_AlarmIRQHandler(&hrtc);
-
-  /* USER CODE BEGIN RTC_Alarm_IRQn 1 */
-
-  /* USER CODE END RTC_Alarm_IRQn 1 */
-}
 
 /* USER CODE BEGIN 1 */