standalone: hf_15sim: fix typo

This commit is contained in:
Yann GASCUEL
2024-01-24 13:59:13 +01:00
parent 7cd9f20efb
commit 548b804650
+1 -1
View File
@@ -43,7 +43,7 @@
static void DownloadTraceInstructions(void) {
Dbprintf("");
#ifndef WITH_FLASH
#ifdef WITH_FLASH
Dbprintf("To get the trace from flash and display it:");
Dbprintf("1. mem spiffs dump -s "HF_15693SIM_LOGFILE" -d hf_15693sim.trace");
Dbprintf("2. trace load -f hf_15693sim.trace");