mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Merge pull request #10319 from mikeller/remove_sram2_define
Remove unused SRAM2 define.
This commit is contained in:
commit
31184af37c
1 changed files with 0 additions and 6 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue