#ifndef WDT_H
#define WDT_H


#define WDT_PIN   GPIO_Pin_6


//
void wdt_init(void);

//
void wdt_reset(void);

#endif /* #ifndef WDT_H */