#ifndef __IWDG_H #define __IWDG_H #include "stm32f2xx.h" void IWDG_Configuration(uint16_t ms); void IWDG_feed(void); #endif