Browse Source

update

master
zhaohe 2 years ago
parent
commit
676b588a68
  1. 2
      zcancmder_protocol.hpp
  2. 3
      zcancmder_protocol_basic.hpp

2
zcancmder_protocol.hpp

@ -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

3
zcancmder_protocol_basic.hpp

@ -1,6 +1,6 @@
#pragma once
#include <stdint.h>
#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"
Loading…
Cancel
Save