mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Introduce dma_reqmap
This commit is contained in:
parent
3631e41292
commit
fe182bb2fb
82 changed files with 1051 additions and 188 deletions
|
@ -28,10 +28,12 @@
|
|||
#include "drivers/nvic.h"
|
||||
#include "drivers/io.h"
|
||||
#include "dma.h"
|
||||
#include "dma_reqmap.h"
|
||||
|
||||
#include "drivers/bus_spi.h"
|
||||
#include "drivers/time.h"
|
||||
|
||||
#include "pg/bus_spi.h"
|
||||
#include "pg/sdcard.h"
|
||||
|
||||
#include "sdcard.h"
|
||||
|
@ -128,7 +130,7 @@ void sdcard_init(const sdcardConfig_t *config)
|
|||
}
|
||||
|
||||
if (sdcardVTable) {
|
||||
sdcardVTable->sdcard_init(config);
|
||||
sdcardVTable->sdcard_init(config, spiPinConfig(0));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue