From 548b8046500cb11a42a1b7a4247f3fee9c9b1f07 Mon Sep 17 00:00:00 2001 From: Yann GASCUEL <34003959+lnv42@users.noreply.github.com> Date: Fri, 19 Jan 2024 17:31:11 +0100 Subject: [PATCH] standalone: hf_15sim: fix typo --- armsrc/Standalone/hf_15sim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");