git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5831 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2013-06-10 14:33:18 +00:00
parent ae1cb6d0d7
commit e251aedf64
1 changed files with 1 additions and 1 deletions

View File

@ -906,7 +906,7 @@ void spi_lld_start(SPIDriver *spip) {
chDbgAssert((spip->tx1_channel != EDMA_ERROR) && chDbgAssert((spip->tx1_channel != EDMA_ERROR) &&
(spip->tx2_channel != EDMA_ERROR) && (spip->tx2_channel != EDMA_ERROR) &&
(spip->rx_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.*/ /* Configures the peripheral.*/