mirror of
https://github.com/micropython/micropython.git
synced 2026-03-16 22:00:22 +01:00
Attempting to configure SPI3 and SPI4 for the STM32H5 would fail with a linker error. This patch resolves that, ensuring that appropriate DMA channels are assigned to those SPI resources. Signed-off-by: Matt Trentini <matt.trentini@gmail.com>