mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Merge pull request #1404 from nathantsoi/fix/obf4-osd-dma
(obf4) spi3 is shared with the flash, dont use dma.
This commit is contained in:
commit
8ce00ef66e
1 changed files with 3 additions and 3 deletions
|
@ -66,9 +66,9 @@
|
|||
#define MAX7456_SPI_INSTANCE SPI3
|
||||
#define MAX7456_SPI_CS_PIN PA15
|
||||
|
||||
#define MAX7456_DMA_CHANNEL_TX DMA1_Stream5
|
||||
#define MAX7456_DMA_CHANNEL_RX DMA1_Stream0
|
||||
#define MAX7456_DMA_IRQ_HANDLER_ID DMA1_ST0_HANDLER
|
||||
//#define MAX7456_DMA_CHANNEL_TX DMA1_Stream5
|
||||
//#define MAX7456_DMA_CHANNEL_RX DMA1_Stream0
|
||||
//#define MAX7456_DMA_IRQ_HANDLER_ID DMA1_ST0_HANDLER
|
||||
|
||||
//#define PITOT
|
||||
//#define USE_PITOT_MS4525
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue