From dadb8dbb5f758dd7425f2bbc26d1687b21cc77c2 Mon Sep 17 00:00:00 2001 From: cfif Date: Fri, 21 Nov 2025 13:18:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CanSpamReceiver.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CanSpamReceiver.h b/CanSpamReceiver.h index 24f324e..fd074a8 100644 --- a/CanSpamReceiver.h +++ b/CanSpamReceiver.h @@ -2,8 +2,8 @@ // Created by cfif on 05.04.2024. // -#ifndef HVAC_COMMANDLINES_H -#define HVAC_COMMANDLINES_H +#ifndef HVAC_CAN_SPAM_RECEIVER_H +#define HVAC_CAN_SPAM_RECEIVER_H #include #include "CanSerialPortFrame.h" @@ -28,4 +28,4 @@ void CanSpamReceiver_Init(tCanSpamReceiver *env, tSerialPortFrameIO *ioCanFrame) void CanSpamReceiver_StartThread(tCanSpamReceiver *env); -#endif //HVAC_COMMANDLINES_H +#endif //HVAC_CAN_SPAM_RECEIVER_H