From 6a8489315978915942393bea10cd46a54a259ba4 Mon Sep 17 00:00:00 2001 From: Sergi Hernandez Juan <shernand@iri.upc.edu> Date: Wed, 15 Jan 2020 23:39:30 +0100 Subject: [PATCH] Changed the header main macro to avoid collisions with the CComm Linux library. --- comm/include/comm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comm/include/comm.h b/comm/include/comm.h index 6084749..65c8ade 100644 --- a/comm/include/comm.h +++ b/comm/include/comm.h @@ -1,7 +1,7 @@ /** @file */ -#ifndef _COMM_H -#define _COMM_H +#ifndef _STM32_COMM_H +#define _STM32_COMM_H #ifdef __cplusplus extern "C" { -- GitLab