#ifndef __IWAG_H #define __IWAG_H #include "stm32f4xx.h" void IWDG_Config(u8 prer,u16 rlr); void IWDG_Feed(void); #endif