summaryrefslogtreecommitdiff
path: root/source/CEH/ZRpcInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/CEH/ZRpcInterface.h')
-rw-r--r--source/CEH/ZRpcInterface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/CEH/ZRpcInterface.h b/source/CEH/ZRpcInterface.h
index 3d630c2..99bc96f 100644
--- a/source/CEH/ZRpcInterface.h
+++ b/source/CEH/ZRpcInterface.h
@@ -29,8 +29,9 @@ public:
ErrorCode_e Do_CEH_Callback(CommandData_t *pCmdData);
private:
- //Payload variable for z-protocol
+ //Payload variables for z-protocol
uint8 *Z_Payload;
+ uint8 *Z_Payload_SetBaudrate;
CmdResult *cmdResult_;
LcmInterface *lcmInterface_;
};