From e251aedf64dcd821e8508dec512ed0a660fce0b3 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 10 Jun 2013 14:33:18 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5831 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/SPC5xx/DSPI_v1/spi_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hal/platforms/SPC5xx/DSPI_v1/spi_lld.c b/os/hal/platforms/SPC5xx/DSPI_v1/spi_lld.c index fd7222509..f5ee5db58 100644 --- a/os/hal/platforms/SPC5xx/DSPI_v1/spi_lld.c +++ b/os/hal/platforms/SPC5xx/DSPI_v1/spi_lld.c @@ -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.*/ -- cgit v1.2.3