From 561d0ef996fbec1f4121fe11a8be62cb64c73dff Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Fri, 10 Feb 2023 22:37:36 +0100 Subject: [PATCH] Fix blackboxdevice missing (#12324) --- src/main/target/common_pre.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/target/common_pre.h b/src/main/target/common_pre.h index 2feb06dc75..647dc2d832 100644 --- a/src/main/target/common_pre.h +++ b/src/main/target/common_pre.h @@ -158,7 +158,7 @@ #endif #endif -#if defined(USE_FLASH_CHIP) +#if !defined(USE_FLASH_CHIP) #if !defined(USE_EXST) && !defined(USE_FLASH) #define USE_FLASH