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

@@ -41,6 +41,8 @@
#include "xtensa/core-macros.h"
#warning "dport_access: TODO: simplify for esp32s2beta"
#ifndef CONFIG_FREERTOS_UNICORE
static portMUX_TYPE g_dport_mux = portMUX_INITIALIZER_UNLOCKED;