git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5831 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
ae1cb6d0d7
commit
e251aedf64
|
@ -906,7 +906,7 @@ void spi_lld_start(SPIDriver *spip) {
|
|||
chDbgAssert((spip->tx1_channel != EDMA_ERROR) &&
|
||||
(spip->tx2_channel != EDMA_ERROR) &&
|
||||
(spip->rx_channel != EDMA_ERROR),
|
||||
"spi_lld_start(), #3", "channel cannot be allocated");
|
||||
"spi_lld_start(), #2", "channel cannot be allocated");
|
||||
}
|
||||
|
||||
/* Configures the peripheral.*/
|
||||
|
|
Loading…
Reference in New Issue