diff options
-rwxr-xr-x | domx/omx_rpc/inc/omx_rpc_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/domx/omx_rpc/inc/omx_rpc_internal.h b/domx/omx_rpc/inc/omx_rpc_internal.h index f4ad7d8..8df2b93 100755 --- a/domx/omx_rpc/inc/omx_rpc_internal.h +++ b/domx/omx_rpc/inc/omx_rpc_internal.h @@ -84,7 +84,7 @@ extern "C" /*This defines the maximum number of remote functions that can be registered*/ #define RPC_OMX_MAX_FUNCTION_LIST 21 /*Packet size for each message*/ -#define RPC_PACKET_SIZE 0xF0 +#define RPC_PACKET_SIZE 0x1E4 |