diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-26 12:42:56 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-26 12:42:56 +0000 |
commit | c4a01fccefa5105067b4f8c05709c4ccf4734310 (patch) | |
tree | 18c68c88d3ef92d06aaf5455c6834c999beadcd7 /os/hal/platforms/SPC5xx | |
parent | 6853fa7a76003d40ea7e8ef2575cbdd7a9f21754 (diff) | |
download | ChibiOS-c4a01fccefa5105067b4f8c05709c4ccf4734310.tar.gz ChibiOS-c4a01fccefa5105067b4f8c05709c4ccf4734310.tar.bz2 ChibiOS-c4a01fccefa5105067b4f8c05709c4ccf4734310.zip |
Fixed bug #404.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5629 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 672c356cc..6eac93577 100644 --- a/os/hal/platforms/SPC5xx/DSPI_v1/spi_lld.c +++ b/os/hal/platforms/SPC5xx/DSPI_v1/spi_lld.c @@ -174,7 +174,7 @@ static const edma_channel_config_t spi_dspi3_rx_dma_config = { /*===========================================================================*/
/**
- * @brief Starts eception using DMA for frames up to 8 bits.
+ * @brief Starts reception using DMA for frames up to 8 bits.
*
* @param[in] spip pointer to the @p SPIDriver object
* @param[in] n number of words to be exchanged
|