9 lines
190 B
C
9 lines
190 B
C
#ifndef __COMMON_H__
|
|
#define __COMMON_H__
|
|
|
|
#define __PROJ_NAME__ "Binary Clock"
|
|
#define __PROJ_AUTHOR__ "Bartlomiej Pluta"
|
|
#define __PROJ_DATE__ "2020"
|
|
#define __PROJ_REV__ "rev:1.0"
|
|
|
|
#endif |