初始化仓库
This commit is contained in:
12
Header/common.h
Normal file
12
Header/common.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user