1
0
Fork 0
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:
Dominic Clifton 2019-08-18 00:44:24 +02:00 committed by GitHub
commit ea61f23703
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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