From d380bcafe813b42c04bc34d7b13077688d6a2463 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 6 Dec 2023 14:57:01 +0100 Subject: [PATCH] Check if THIS_IS_CA_MASTER is already defined. Thomas has some issues in his environment. --- include/hwapi.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/hwapi.h b/include/hwapi.h index 892e9f9..c983fe3 100644 --- a/include/hwapi.h +++ b/include/hwapi.h @@ -73,8 +73,10 @@ V4.0 6.9.2023: activating DC-Bootloader in slve-lib (SM) //for CAslave: //#undef THIS_IS_CA_MASTER -//for CAmaster: +//for CAmaster: +#ifndef THIS_IS_CA_MASTER #define THIS_IS_CA_MASTER +#endif