From f1f06f056a437aa9110c510d9c7601c35d9d51a8 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Mon, 26 Sep 2016 17:33:21 +0300 Subject: [PATCH] Add humaninterface messages header --- src/hmi_msg.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/hmi_msg.h diff --git a/src/hmi_msg.h b/src/hmi_msg.h new file mode 100644 index 0000000..f3b3a37 --- /dev/null +++ b/src/hmi_msg.h @@ -0,0 +1,6 @@ +#ifndef _HMI_MSG_H_ +#define _HMI_MSG_H_ + +#define STUD_NAME "Arti Zirk" + +#endif /* _HMI_MSG_H_ */