mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
6a5c105753
LOG_LOCAL_LEVEL is now used in a construct like: #if (LOG_LOCAL_LEVEL >= ESP_LOG_INFO) Make sure that LOG_LOCAL_LEVEL is defined, and don't use a type cast in its definition, because preprocessor can not parse that.