diff --git a/armsrc/Standalone/hf_15sim.c b/armsrc/Standalone/hf_15sim.c index f0bb9aefb..f6427686a 100644 --- a/armsrc/Standalone/hf_15sim.c +++ b/armsrc/Standalone/hf_15sim.c @@ -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");