git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6838 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2014-04-04 07:20:40 +00:00
parent e156a82f76
commit 297e4befc1
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ struct I2SDriver {
extern I2SDriver I2SD2;
#endif
#if STM32_I2S_USE_I2S3 && !defined(__DOXYGEN__)
#if STM32_I2S_USE_SPI3 && !defined(__DOXYGEN__)
extern I2SDriver I2SD3;
#endif