From 485df5e6c593f8b6e2412271e305d1ddd96ed215 Mon Sep 17 00:00:00 2001 From: Mark Stevens Date: Sun, 7 Apr 2019 10:25:57 +0100 Subject: [PATCH] Fixed inconcsistent file name Closes https://github.com/espressif/esp-idf/pull/3270 --- docs/en/api-guides/app_trace.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-guides/app_trace.rst b/docs/en/api-guides/app_trace.rst index c0b0a0bd4c..f2e3484978 100644 --- a/docs/en/api-guides/app_trace.rst +++ b/docs/en/api-guides/app_trace.rst @@ -384,7 +384,7 @@ Command usage examples: .. highlight:: none -1. Collect SystemView tracing data to files "pro-cpu.SVDat" and "pro-cpu.SVDat". The files will be saved in "openocd-esp32" directory. +1. Collect SystemView tracing data to files "pro-cpu.SVDat" and "app-cpu.SVDat". The files will be saved in "openocd-esp32" directory. ::