mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
[stm32] spi2 dma typo
This commit is contained in:
committed by
Felix Ruess
parent
a0b972ca76
commit
dad0fbb8a6
@@ -1341,7 +1341,7 @@ void spi2_slave_arch_init(void) {
|
||||
|
||||
// set the default configuration
|
||||
set_default_comm_config(&spi2_dma.comm);
|
||||
spi1_dma.comm_sig = get_comm_signature(&spi2_dma.comm);
|
||||
spi2_dma.comm_sig = get_comm_signature(&spi2_dma.comm);
|
||||
|
||||
// set init struct, indices and status
|
||||
spi2.reg_addr = (void *)SPI2;
|
||||
|
||||
Reference in New Issue
Block a user