From d72d19874019c20c5a51f9f887d6f68291dcc645 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 26 Dec 2018 22:22:11 +0100 Subject: [PATCH] cs_api.h: fix define of different macro __CS_API_H__ is used as header guard-, build was broken --- include/cs_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cs_api.h b/include/cs_api.h index a90a2f9..17c882d 100644 --- a/include/cs_api.h +++ b/include/cs_api.h @@ -2,7 +2,7 @@ as "cs_api.h" so that I don't need too many ifdefs in the code */ #ifndef __CS_API_H__ -#define __CS_API_H_ +#define __CS_API_H__ #include "init.h" #include