esp32s2beta: convert some todos to warnings

This commit is contained in:
Ivan Grokhotkov
2019-06-12 15:53:57 +08:00
parent 4a79d750a5
commit dcaae4a5fc
15 changed files with 42 additions and 60 deletions

View File

@@ -499,7 +499,8 @@ static void main_task(void* args)
#endif
//Add IDLE 0 to task wdt
#if 0 // TODO: re-enable task WDT
#warning "cpu_start.c: TODO: re-enable task WDT"
#if 0
#ifdef CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0
TaskHandle_t idle_0 = xTaskGetIdleTaskHandleForCPU(0);
if(idle_0 != NULL){