RMUL2025/hw/bsp/c-mini/drivers/bsp_wdg.c

8 lines
132 B
C

#include "bsp_wdg.h"
#include "main.h"
extern IWDG_HandleTypeDef hiwdg;
void bsp_wdg_refresh(void) { HAL_IWDG_Refresh(&hiwdg); }