#ifndef APP_CPU_H #define APP_CPU_H #include "stm8s.h" void TickTime(); void CLK_Config(void); void OSTimer_Config(void); #endif