|
@@ -776,8 +776,8 @@ shellmatta_retCode_t shellmatta_processData(shellmatta_handle_t handle,
|
|
|
char *data,
|
|
|
uint32_t size)
|
|
|
{
|
|
|
- shellmatta_retCode_t ret = SHELLMATTA_OK;
|
|
|
- const shellmatta_instance_t *inst = (shellmatta_instance_t*)handle;
|
|
|
+ shellmatta_retCode_t ret = SHELLMATTA_OK;
|
|
|
+ shellmatta_instance_t *inst = (shellmatta_instance_t*)handle;
|
|
|
#ifdef SHELLMATTA_TRANSPORT
|
|
|
char *tmpData;
|
|
|
uint32_t tmpSize = 0;
|