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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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