diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-10 14:33:18 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-10 14:33:18 +0000 |
commit | e251aedf64dcd821e8508dec512ed0a660fce0b3 (patch) | |
tree | 7fb3da58640f2ebfa1de1800d7c4c3006fbbd867 /os/hal/platforms/SPC5xx | |
parent | ae1cb6d0d72b16c7d7c8c2a7194aeb51d8c6642f (diff) | |
download | ChibiOS-e251aedf64dcd821e8508dec512ed0a660fce0b3.tar.gz ChibiOS-e251aedf64dcd821e8508dec512ed0a660fce0b3.tar.bz2 ChibiOS-e251aedf64dcd821e8508dec512ed0a660fce0b3.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5831 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC5xx')
-rw-r--r-- | os/hal/platforms/SPC5xx/DSPI_v1/spi_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
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.*/
|