mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 08:14:07 +08:00
aerofc: Remove call to board_dma_alloc_init()
This commit will only remove the error message from serial console as this board don't define BOARD_DMA_ALLOC_POOL_SIZE.
This commit is contained in:
parent
969c9ca7e8
commit
0b3fa7bfbb
@ -173,12 +173,6 @@ __EXPORT int board_app_initialize(uintptr_t arg)
|
||||
/* configure the high-resolution time/callout interface */
|
||||
hrt_init();
|
||||
|
||||
/* configure the DMA allocator */
|
||||
|
||||
if (board_dma_alloc_init() < 0) {
|
||||
message("DMA alloc FAILED");
|
||||
}
|
||||
|
||||
/* configure CPU load estimation */
|
||||
#ifdef CONFIG_SCHED_INSTRUMENTATION
|
||||
cpuload_initialize_once();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user