header-guard for lib.h

This commit is contained in:
ajneu
2016-06-13 10:52:41 +02:00
parent 862e8ed178
commit 3a33ee995c
+7
View File
@@ -41,6 +41,11 @@
*
*/
#ifndef CAN_UTILS_LIB_H
#define CAN_UTILS_LIB_H
#include <stdio.h>
/* buffer sizes for CAN frame string representations */
#define CL_ID (sizeof("12345678##1"))
@@ -208,3 +213,5 @@ void snprintf_can_error_frame(char *buf, size_t len, const struct canfd_frame *c
/*
* Creates a CAN error frame output in user readable format.
*/
#endif