dashboard
repositories
filestore
activity
search
login
main
/
ShuiBeng
Version 3.0 GD32E230
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
采用三个外部中断触发
tao_z
2021-07-03
1a4ea70147216f586f1341d4f1981733ed2c203c
[ShuiBeng.git]
/
USR
/
INC
/
SysCfg.h
1
2
3
4
5
6
7
8
9
#ifndef SYS_CFG_H
#define SYS_CFG_H
#define HARDWARE_VERSION ("H03")
#define SOFTWARE_VERSION ("S01")
#define SOFTWARE_PN ("123456789")
#define HARDWAR_PN ("987654321")
#define COMPILE_DATE (__DATE__)
#define COMPILE_TIME (__TIME__)
#endif