mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
New memory section types for DMA
This commit is contained in:
parent
f25642cc56
commit
9629f96676
2 changed files with 22 additions and 5 deletions
|
@ -264,9 +264,7 @@ __ALIGN_BEGIN static uint8_t USBD_MSC_DeviceQualifierDesc[USB_LEN_DEV_QUALIFIER_
|
|||
* @}
|
||||
*/
|
||||
|
||||
|
||||
// Buffer must be aligned for DMAs
|
||||
static DMA_RW_AXI USBD_MSC_BOT_HandleTypeDef ClassData __attribute__((aligned(32)));
|
||||
static DMA_DATA_ZERO_INIT USBD_MSC_BOT_HandleTypeDef ClassData;
|
||||
|
||||
/** @defgroup MSC_CORE_Private_Functions
|
||||
* @{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue