Skip to content

Commit e302181

Browse files
committed
main/openocd: openocd submodule update
1 parent b981b33 commit e302181

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

main/main.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ void run_openocd(void)
121121
sprintf(debug_level, "-d%c", g_app_params.debug_level);
122122
argv[argc++] = debug_level;
123123

124+
// suppress gpio init logs
125+
esp_log_level_set("gpio", ESP_LOG_WARN);
126+
124127
int ret = openocd_main(argc, (char **)argv);
125128

126129
ESP_LOGI(TAG, "OpenOCD should not return! ret(%d)", ret);

0 commit comments

Comments
 (0)