mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 07:51:19 +01:00
Merge pull request #13142 from gschorcht/cpu/esp32/fix_compilation_esp_gdb
cpu/esp32: fix compilation when esp_gdb is enabled
This commit is contained in:
commit
24559ed3ea
2
cpu/esp32/vendor/esp-idf/esp_funcs.c
vendored
2
cpu/esp32/vendor/esp-idf/esp_funcs.c
vendored
@ -108,7 +108,7 @@ void IRAM_ATTR esp_log_write(esp_log_level_t level,
|
||||
* We use the log level set for the given tag instead of using
|
||||
* the given log level.
|
||||
*/
|
||||
esp_log_level_t act_level;
|
||||
esp_log_level_t act_level = LOG_DEBUG;
|
||||
size_t i;
|
||||
for (i = 0; i < ARRAY_SIZE(_log_levels); i++) {
|
||||
if (strcmp(tag, _log_levels[i].tag) == 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user