Update kv_sample.c

This commit is contained in:
David Lin
2020-07-31 19:39:01 +08:00
committed by GitHub
parent 1a7d599fbd
commit 81341f6711

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
}