From 72026a58542f4e77d8b74842ebf5f4798982e814 Mon Sep 17 00:00:00 2001 From: qitas Date: Fri, 29 Oct 2021 10:26:26 +0800 Subject: [PATCH] test fine --- project/IAP/Core/Inc/main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/project/IAP/Core/Inc/main.h b/project/IAP/Core/Inc/main.h index 93e31f1..4cbafc5 100644 --- a/project/IAP/Core/Inc/main.h +++ b/project/IAP/Core/Inc/main.h @@ -83,6 +83,7 @@ void Error_Handler(void); /* Definition of ADCx conversions data table size */ #define ADC_CONVERTED_DATA_BUFFER_SIZE ((uint32_t) 8) //extern RTC_HandleTypeDef hrtc; +#define feed_dog() HAL_IWDG_Refresh(&hiwdg) //LL_IWDG_ReloadCounter(IWDG) /* USER CODE END Private defines */ #ifdef __cplusplus