Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6800bc6

Browse files
authored
Based on code of damellis PCM library.
Based on code of damellis PCM library.
1 parent 6cdb01e commit 6800bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FlagPCM/FlagPCM.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
changes playback of PCM into non-interrupt driven way.In other words,you have to
77
wait for playback of PCM to do other things.
88
9-
9+
[email protected], 6/29/2017
1010
*/
1111

1212
/*
@@ -68,4 +68,4 @@ void playback(unsigned char const *data, int length);
6868

6969
#ifdef __cplusplus
7070
}
71-
#endif
71+
#endif

0 commit comments

Comments
 (0)