HAL_ChibiOS: Fix DMA of SPI1 TX on STM32F412

This commit is contained in:
CUAVcaijie 2019-12-25 09:03:01 +08:00 committed by Andrew Tridgell
parent 8daa8f34c9
commit 2df2e5c275

View File

@ -44,7 +44,7 @@ DMA_Map = {
"QUADSPI" : [(2,7,3)],
"SDIO" : [(2,3,4),(2,6,4)],
"SPI1_RX" : [(2,0,3),(2,2,3)],
"SPI1_TX" : [(2,2,2),(2,3,3),(2,5,3)],
"SPI1_TX" : [(2,3,3),(2,5,3)],
"SPI2_RX" : [(1,3,0)],
"SPI2_TX" : [(1,4,0)],
"SPI3_RX" : [(1,0,0),(1,2,0)],