diff options
Diffstat (limited to 'testhal/STM32/STM32F4xx/I2S/main.c')
-rw-r--r-- | testhal/STM32/STM32F4xx/I2S/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/I2S/main.c b/testhal/STM32/STM32F4xx/I2S/main.c index 21895f7d3..d3f87d850 100644 --- a/testhal/STM32/STM32F4xx/I2S/main.c +++ b/testhal/STM32/STM32F4xx/I2S/main.c @@ -67,7 +67,7 @@ int main(void) { i2sStartExchange(&I2SD2);
/*
- * Normal main() thread activity, if the button is pressed then the I2s
+ * Normal main() thread activity, if the button is pressed then the I2S
* transfer is stopped.
*/
while (true) {
|