Fix various typos

This commit is contained in:
Sam Chesney
2017-01-31 18:39:06 +00:00
parent 9b4fa7b352
commit 342bf64c21
3 changed files with 3 additions and 3 deletions

View File

@@ -143,7 +143,7 @@
#define I2S_UPSAMPLE_FACTOR_OUT (1)
#else
#if (I2S_UPSAMPLE_FACTOR_OUT != 3) && (I2S_UPSAMPLE_FACTOR_OUT != 1)
#error Unsupported I2S input upsampling configuration
#error Unsupported I2S output upsampling configuration
#endif
#endif