fix tflitemicro_person_detection

This commit is contained in:
yangqings
2021-02-07 20:28:13 +08:00
parent 9ab89afe1b
commit 2435663b16
3 changed files with 0 additions and 18 deletions

View File

@@ -18,7 +18,6 @@ int main(void)
{
board_init();
printf("Welcome to TencentOS tiny\r\n");
person_detect_init();
osKernelInitialize(); // TOS Tiny kernel initialize
osThreadCreate(osThread(application_entry), NULL); // Create TOS Tiny task
osKernelStart(); // Start TOS Tiny