Typos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7974 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
4405c6c0ed
commit
e294750f06
|
@ -143,7 +143,7 @@ int main(void) {
|
||||||
gptStartContinuous(&GPTD6, 2U);
|
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.
|
* transfer is stopped.
|
||||||
*/
|
*/
|
||||||
while (true) {
|
while (true) {
|
||||||
|
|
|
@ -146,7 +146,7 @@ int main(void) {
|
||||||
gptStartContinuous(&GPTD6, 2U);
|
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.
|
* transfer is stopped.
|
||||||
*/
|
*/
|
||||||
while (true) {
|
while (true) {
|
||||||
|
|
|
@ -67,7 +67,7 @@ int main(void) {
|
||||||
i2sStartExchange(&I2SD2);
|
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.
|
* transfer is stopped.
|
||||||
*/
|
*/
|
||||||
while (true) {
|
while (true) {
|
||||||
|
|
Loading…
Reference in New Issue