Revision 6882b76c
src/urt_node.c | ||
---|---|---|
146 | 146 |
urtDebugAssert(setupparams == NULL); |
147 | 147 |
|
148 | 148 |
node->next = NULL; |
149 |
urtPrintf("Test before threadInit in node\n"); |
|
150 |
urtThreadMSleep(10); |
|
149 | 151 |
node->thread = urtThreadInit((void*)thread, sizeof(thread), prio, (urt_osThreadFunction_t) _main, (void*)node); |
152 |
urtPrintf("Test after threadInit in node\n"); |
|
153 |
urtThreadMSleep(10); |
|
150 | 154 |
node->setupcallback = setupcallback; |
151 | 155 |
node->setupparams = setupparams; |
152 | 156 |
node->loopcallback = loopcallback; |
Also available in: Unified diff