From eb1e94f3857f9153ef07f202af80da7d2aa7b7b2 Mon Sep 17 00:00:00 2001 From: wh201906 <1063042587@qq.com> Date: Thu, 7 Apr 2022 19:46:50 +0800 Subject: [PATCH] Show DownloadTraceInstructions only when the trace data is written to the flashmem --- armsrc/Standalone/hf_14asniff.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/armsrc/Standalone/hf_14asniff.c b/armsrc/Standalone/hf_14asniff.c index cb5469fbb..eb1bb84e2 100644 --- a/armsrc/Standalone/hf_14asniff.c +++ b/armsrc/Standalone/hf_14asniff.c @@ -137,5 +137,8 @@ void RunMod(void) { Dbprintf("-=[ exit ]=-"); LEDsoff(); +#ifdef WITH_FLASH DownloadTraceInstructions(); +#endif + }