]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - packages/ti/ipc/tests/Mx.c
Tests: Update RPC Stress test
[ipc/ipcdev.git] / packages / ti / ipc / tests / Mx.c
index 6952a14883113f638125b5af5244fcf3577c550c..ace838de17db88d5677966369c965f8b5a2a8520 100644 (file)
@@ -64,7 +64,7 @@ int Mx_initialize(void)
     /* create remote server insance */
     MmRpc_Params_init(&args);
 
-    status = MmRpc_create("rpc_example", &args, &Mx_rpcIpu);
+    status = MmRpc_create("rpc_example_1", &args, &Mx_rpcIpu);
 
     if (status < 0) {
         printf("mmrpc_test: Error: MmRpc_create failed\n");