debug version
Dependents: HTTPClient_WiFi_HelloWorld_src
Fork of SNICInterface by
Diff: SNIC/SNIC_UartMsgUtil.cpp
- Revision:
- 26:f2e1030964e4
- Parent:
- 20:dd736d328de6
- Child:
- 29:6a0ba999597d
diff -r 67183ed15708 -r f2e1030964e4 SNIC/SNIC_UartMsgUtil.cpp --- a/SNIC/SNIC_UartMsgUtil.cpp Fri Mar 28 01:56:08 2014 +0000 +++ b/SNIC/SNIC_UartMsgUtil.cpp Fri Mar 28 03:03:40 2014 +0000 @@ -19,6 +19,10 @@ { } +C_SNIC_UartMsgUtil::~C_SNIC_UartMsgUtil() +{ +} + unsigned short C_SNIC_UartMsgUtil::makePayload( unsigned int cmd_len, unsigned char *cmd_p, unsigned char *payload_p ) { unsigned short payload_len = 0;