From 0cf43e5f24c6c776e0a745371625783ae05748e8 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Sat, 31 Oct 2020 23:31:02 +0100 Subject: [PATCH] Remove unused SRAM2 define. --- src/main/target/common_pre.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main/target/common_pre.h b/src/main/target/common_pre.h index 837e26eed1..8bcbfa5784 100644 --- a/src/main/target/common_pre.h +++ b/src/main/target/common_pre.h @@ -197,12 +197,6 @@ #define PERSISTENT __attribute__ ((section(".persistent_data"), aligned(4))) #endif -#ifdef USE_SRAM2 -#define SRAM2 __attribute__ ((section(".sram2"), aligned(4))) -#else -#define SRAM2 -#endif - #ifdef USE_DMA_RAM #if defined(STM32H7) #define DMA_RAM __attribute__((section(".DMA_RAM")))