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_ */