Merge pull request #210 from DavidLin1577/patch-8

Update kv_sample.c
This commit is contained in:
Supowang
2020-08-10 10:37:16 +08:00
committed by GitHub

View File

@@ -94,6 +94,6 @@ void task(void *arg)
void application_entry(void *arg)
{
osThreadCreate(osThread(task), NULL); // Create task1
osThreadCreate(osThread(task), NULL); // Create task
}