diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-09 07:19:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-09 07:19:41 +0000 |
commit | 2bbff3550ae8da2da5b83fcbd551a000192767b0 (patch) | |
tree | fb28e3155f4bfde74337259c4bd2b192bb9bdfee /os/hal/platforms/STM32/i2s_lld.c | |
parent | 7c88d27c820914b06b831ebb2dfba43cf93840ff (diff) | |
download | ChibiOS-2bbff3550ae8da2da5b83fcbd551a000192767b0.tar.gz ChibiOS-2bbff3550ae8da2da5b83fcbd551a000192767b0.tar.bz2 ChibiOS-2bbff3550ae8da2da5b83fcbd551a000192767b0.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4642 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/i2s_lld.c')
-rw-r--r-- | os/hal/platforms/STM32/i2s_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/i2s_lld.c b/os/hal/platforms/STM32/i2s_lld.c index 692988385..b052fa024 100644 --- a/os/hal/platforms/STM32/i2s_lld.c +++ b/os/hal/platforms/STM32/i2s_lld.c @@ -19,7 +19,7 @@ */
/**
- * @file templates/i2s_lld.c
+ * @file STM32/i2s_lld.c
* @brief I2S Driver subsystem low level driver source template.
*
* @addtogroup I2S
|