#pragma once

#ifdef __cplusplus
extern "C" {
#endif

#include "bsp.h"

void bsp_wdg_refresh(void);

#ifdef __cplusplus
}
#endif