ZDBMS/header_app/Initial.h

8 lines
133 B
C
Raw Normal View History

2025-02-06 07:35:32 +00:00
#ifndef __INITIAL_H
#define __INITIAL_H
extern void Initial(void);
extern void SysParaInit(void);
extern void InitIRQ(void);
#endif