1
0
Fork 0
i237/src/hmi_msg.h

13 lines
323 B
C
Raw Normal View History

2016-09-26 17:33:21 +03:00
#ifndef _HMI_MSG_H_
#define _HMI_MSG_H_
#define STUD_NAME "Arti Zirk"
const char *ENG_MONTH[6] = {"January",
"February",
"March",
"April",
"May",
"June",};
2016-09-26 17:33:21 +03:00
#endif /* _HMI_MSG_H_ */