From 676b588a68b809d8b7c7db9ea377f52cef377885 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sat, 21 Oct 2023 12:56:29 +0800 Subject: [PATCH] update --- zcancmder_protocol.hpp | 2 ++ zcancmder_protocol_basic.hpp | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/zcancmder_protocol.hpp b/zcancmder_protocol.hpp index 23836f6..751ab5d 100644 --- a/zcancmder_protocol.hpp +++ b/zcancmder_protocol.hpp @@ -1,5 +1,6 @@ #pragma once #include +#if 0 #include "api/basic_type.hpp" #include "api/i_eeprom.hpp" @@ -353,3 +354,4 @@ ZPACKET_CMD_ACK(kcmd_pipette_module_get_base_param, CMD(u16 id;), ACK(I_PipetteM } // namespace zcr } // namespace iflytop +#endif \ No newline at end of file diff --git a/zcancmder_protocol_basic.hpp b/zcancmder_protocol_basic.hpp index 1efdba4..c20c266 100644 --- a/zcancmder_protocol_basic.hpp +++ b/zcancmder_protocol_basic.hpp @@ -1,6 +1,6 @@ #pragma once #include - +#if 0 #define ZPACKET_STRUCT(ordername, type, ...) \ typedef struct { \ __VA_ARGS__ \ @@ -78,6 +78,7 @@ typedef enum { } // namespace zcr } // namespace iflytop +#endif #include "sdk\components\zprotocols\zcancmder_v2\api\packet_interface.hpp" \ No newline at end of file