summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dc0dba4)
raw | patch | inline | side by side (parent: dc0dba4)
author | Justin Sobota <jsobota@ti.com> | |
Thu, 18 Sep 2014 19:51:48 +0000 (15:51 -0400) | ||
committer | Justin Sobota <jsobota@ti.com> | |
Thu, 18 Sep 2014 19:51:48 +0000 (15:51 -0400) |
test/rm_transport_setup.c | patch | blob | history |
index 9f858270de226171bd0549d453461d26392bfedb..d9b4c13be255a1cec06084577dbf6556b83ea9de 100644 (file)
Task_sleep(1);
}
} while (status < 0);
- System_printf("Core %d : Created RM packet heap\n", corenum);
+ System_printf("Core %d : Opened RM packet heap\n", corenum);
do {
status = HeapBufMP_open(MSGQ_HEAP_NAME, &msgQHeapHandle);
Task_sleep(1);
}
} while (status < 0);
- System_printf("Core %d : Created IPC MessageQ heap\n", corenum);
+ System_printf("Core %d : Opened IPC MessageQ heap\n", corenum);
}
/* Register the MessageQ heap with MessageQ */