Revision 29f22fdb apps/HelloWorld/helloworld.c

View differences:

apps/HelloWorld/helloworld.c
23 23
void helloShutdown(urt_node_t* node, urt_status_t cause, void* arg)
24 24
{
25 25
    urtPrintf("Hello %c shutdown!\n", arg);
26
    urtThreadSleep(10);
26 27
    return;
27 28
}
28 29

  

Also available in: Unified diff