#ifndef _IWDG_H #define _IWDG_H #include "stm8s.h" void WatchDogConfig(void); void WatchDogService(void); #endif