9 lines
182 B
C
9 lines
182 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 |