RMUL2025/hw/bsp/rm-c/drivers/bsp_wdg.h

14 lines
129 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include "bsp.h"
void bsp_wdg_refresh(void);
#ifdef __cplusplus
}
#endif