Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: main.cpp
- Revision:
- 1:1b06dfa0c586
- Parent:
- 0:7e48dd9b0da2
--- a/main.cpp Thu Feb 23 15:25:17 2012 +0000
+++ b/main.cpp Fri Feb 24 12:12:10 2012 +0000
@@ -39,6 +39,7 @@
writePointer &= 0xfff;
}
}
+ audio.outputVolume(0,0);
}
/* main */
int main(){
@@ -47,6 +48,7 @@
perror("Error opening file!");
exit(1);
}
+ printf ("ok\n");
/* Parse wav file header */
fseek(infp, 22, SEEK_SET);
fread(&channels, 2, 1, infp);