iwdg.h 86 B

12345
  1. #ifndef _IWDG_H
  2. #define _IWDG_H
  3. #include "common.h"
  4. void IWDG_INIT(void);
  5. #endif