Show DownloadTraceInstructions only when the trace data is written to the flashmem

This commit is contained in:
wh201906
2022-04-07 19:46:50 +08:00
committed by GitHub
parent dc50563ce8
commit eb1e94f385

View File

@@ -137,5 +137,8 @@ void RunMod(void) {
Dbprintf("-=[ exit ]=-");
LEDsoff();
#ifdef WITH_FLASH
DownloadTraceInstructions();
#endif
}