diff options
author | Pradeep Venkatasubbarao <pradeepv@ti.com> | 2011-11-28 11:29:06 +0530 |
---|---|---|
committer | Pradeep Venkatasubbarao <pradeepv@ti.com> | 2011-11-28 11:29:06 +0530 |
commit | 29e4d944d74269de64191fbe8148e4839b105210 (patch) | |
tree | b94967b8567d3cba21434f8d17af3dba6a08ab05 /domx | |
parent | d2d41119bb249cf720df81fc6bf20f8a8ca4a7c9 (diff) | |
download | hardware_ti_omap4-29e4d944d74269de64191fbe8148e4839b105210.zip hardware_ti_omap4-29e4d944d74269de64191fbe8148e4839b105210.tar.gz hardware_ti_omap4-29e4d944d74269de64191fbe8148e4839b105210.tar.bz2 |
Revert "Merge "Increase payload size to 484 bytes""
This reverts commit 638b146a36bccb17ed5a4674aeb9553d5203ccf6, reversing
changes made to 72fb683338bc803f15fa9bdf950562255be6c1bf.
Diffstat (limited to 'domx')
-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 8df2b93..f4ad7d8 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 0x1E4 +#define RPC_PACKET_SIZE 0xF0 |