system.h 64 B

123456
  1. #ifndef SYSTEM_H
  2. #define STSTEM_H
  3. void InitOsc(void);
  4. #endif