From 3623e5fd87ff8752e494e521e2f989e893003b11 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Mon, 31 Oct 2022 06:31:37 +0100 Subject: [PATCH] Remove duplicate flash device --- src/main/target/common_post.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/target/common_post.h b/src/main/target/common_post.h index 931637351d..02d1342c51 100644 --- a/src/main/target/common_post.h +++ b/src/main/target/common_post.h @@ -203,7 +203,6 @@ #if defined(USE_FLASH_W25M512) #define USE_FLASH_W25M #define USE_FLASH_M25P16 -#define USE_FLASH_W25M #endif #if defined(USE_FLASH_W25M02G)