hw_init.h 88 B

12345678
  1. #ifndef __HW_INIT_H
  2. #define __HW_INIT_H
  3. #include "stm8s.h"
  4. void HW_Init(void);
  5. #endif