13 lines
175 B
C
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
|