Files
New_STC32G_All_Board/Header/common.h
2025-08-31 21:37:24 +08:00

13 lines
175 B
C

#ifndef __COMMON_H__
#define __COMMON_H__
#include <STC32G.H>
#include <string.h>
#include <stdio.h>
#include "intrins.h"
#include "types.h"
#include "clock_init.h"
#endif