standalone: hf_15sim: fix typo

This commit is contained in:
Yann GASCUEL 2024-01-19 17:31:11 +01:00
parent 7cd9f20efb
commit 548b804650

View file

@ -43,7 +43,7 @@
static void DownloadTraceInstructions(void) { static void DownloadTraceInstructions(void) {
Dbprintf(""); Dbprintf("");
#ifndef WITH_FLASH #ifdef WITH_FLASH
Dbprintf("To get the trace from flash and display it:"); Dbprintf("To get the trace from flash and display it:");
Dbprintf("1. mem spiffs dump -s "HF_15693SIM_LOGFILE" -d hf_15693sim.trace"); Dbprintf("1. mem spiffs dump -s "HF_15693SIM_LOGFILE" -d hf_15693sim.trace");
Dbprintf("2. trace load -f hf_15693sim.trace"); Dbprintf("2. trace load -f hf_15693sim.trace");