aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/spi_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-17 19:40:36 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-17 19:40:36 +0000
commitb7e7258008897b11c6c8bbdc3220a49f3eaed949 (patch)
tree5d88028354554d0fb2823a7837d1f94c1d5794b0 /os/hal/platforms/STM32/spi_lld.h
parentbef0924474a4180b737e20fac0f27bcd468d1a2f (diff)
downloadChibiOS-b7e7258008897b11c6c8bbdc3220a49f3eaed949.tar.gz
ChibiOS-b7e7258008897b11c6c8bbdc3220a49f3eaed949.tar.bz2
ChibiOS-b7e7258008897b11c6c8bbdc3220a49f3eaed949.zip
Unfinished AT91SAM7 SPI driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2266 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/spi_lld.h')
-rw-r--r--os/hal/platforms/STM32/spi_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/spi_lld.h b/os/hal/platforms/STM32/spi_lld.h
index 5da92d1f7..e08a1bb64 100644
--- a/os/hal/platforms/STM32/spi_lld.h
+++ b/os/hal/platforms/STM32/spi_lld.h
@@ -244,7 +244,7 @@ struct SPIDriver{
*/
stm32_dma_channel_t *spd_dmatx;
/**
- * @brief DMA priority bit mask.\
+ * @brief DMA priority bit mask.
*/
uint32_t spd_dmaccr;
};