mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Merge pull request #8725 from hydra/bf-fix-dma-rw-axi-define
Fix incorrect attribute name for DMA_RW_AXI.
This commit is contained in:
commit
ea61f23703
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue