fix timer prio for freertos to blink led

This commit is contained in:
hathach
2019-03-25 00:40:51 +07:00
parent 18f248b142
commit 315076375f
3 changed files with 5 additions and 1 deletions

View File

@@ -125,6 +125,8 @@ void cdc_task(void* params)
tud_cdc_write_flush();
}
}
taskYIELD();
}
}