git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7974 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2015-05-13 09:20:53 +00:00
parent 4405c6c0ed
commit e294750f06
3 changed files with 3 additions and 3 deletions

View File

@ -143,7 +143,7 @@ int main(void) {
gptStartContinuous(&GPTD6, 2U);
/*
* Normal main() thread activity, if the button is pressed then the I2s
* Normal main() thread activity, if the button is pressed then the DAC
* transfer is stopped.
*/
while (true) {

View File

@ -146,7 +146,7 @@ int main(void) {
gptStartContinuous(&GPTD6, 2U);
/*
* Normal main() thread activity, if the button is pressed then the I2s
* Normal main() thread activity, if the button is pressed then the DAC
* transfer is stopped.
*/
while (true) {

View File

@ -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) {