@ -1,5 +1,6 @@
#pragma once
#include <stdint.h>
#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
@ -1,6 +1,6 @@
#define ZPACKET_STRUCT(ordername, type, ...) \
typedef struct { \
__VA_ARGS__ \
@ -78,6 +78,7 @@ typedef enum {
#include "sdk\components\zprotocols\zcancmder_v2\api\packet_interface.hpp"