diff --git a/src/main/target/common_pre.h b/src/main/target/common_pre.h index b66556ce49..7633e7c55c 100644 --- a/src/main/target/common_pre.h +++ b/src/main/target/common_pre.h @@ -162,7 +162,7 @@ #ifdef USE_DMA_RAM #define DMA_RAM __attribute__((section(".DMA_RAM"))) -#define DMA_RW_AXI __attribute__((section(".DMA_AXI_RW"))) +#define DMA_RW_AXI __attribute__((section(".DMA_RW_AXI"))) #else #define DMA_RAM #define DMA_RW_AXI