mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-20 10:49:06 +08:00
px4_fmu-v5x:Add 4096 for ism330dlc to BOARD_DMA_ALLOC_POOL_SIZE
ISM330DLC uses 4096 of memory allocated from DMA pool. This depleted the pool to the point the next allocation for FAT would fail. Unfortuanly this is the logger on a later open.
This commit is contained in:
parent
1a395fb6d9
commit
31456419e9
@ -631,7 +631,7 @@
|
||||
|
||||
/* This board provides a DMA pool and APIs */
|
||||
|
||||
#define BOARD_DMA_ALLOC_POOL_SIZE 5120
|
||||
#define BOARD_DMA_ALLOC_POOL_SIZE 5120+4096
|
||||
|
||||
/* This board provides the board_on_reset interface */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user