mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 07:15:12 +03:00
Compilation fix for X9E
This commit is contained in:
parent
94efa965da
commit
cd16b4da0e
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@
|
||||||
#elif defined(PCBSKY9X)
|
#elif defined(PCBSKY9X)
|
||||||
#define __DMA __attribute__((aligned(32)))
|
#define __DMA __attribute__((aligned(32)))
|
||||||
#elif defined(STM32F4)
|
#elif defined(STM32F4)
|
||||||
#define __DMA __attribute__((section(".ram")) __attribute__((aligned(32))))
|
#define __DMA __attribute__((section(".ram"), aligned(32)))
|
||||||
#else
|
#else
|
||||||
#define __DMA __attribute__((aligned(32)))
|
#define __DMA __attribute__((aligned(32)))
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue