Home
last modified time | relevance | path

Searched refs:LedTask (Results 1 - 1 of 1) sorted by relevance

/applications/sample/wifi-iot/app/iothardware/
H A Dled_example.c35 static void *LedTask(const char *arg) in LedTask() function
68 attr.name = "LedTask"; in LedExampleEntry()
76 if (osThreadNew((osThreadFunc_t)LedTask, NULL, &attr) == NULL) { in LedExampleEntry()
77 printf("[LedExample] Failed to create LedTask!\n"); in LedExampleEntry()

Completed in 1 milliseconds