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: I2S.cpp
- Revision:
- 1:9dd9537d8ab6
- Parent:
- 0:455d5826751b
diff -r 455d5826751b -r 9dd9537d8ab6 I2S.cpp
--- a/I2S.cpp Wed Sep 19 10:53:33 2012 +0000
+++ b/I2S.cpp Tue Oct 23 19:02:18 2018 +0000
@@ -189,7 +189,7 @@
}
-void I2S::write(int buf[], int len)
+void I2S::write(short buf[], short len)
{
if (_rxtx == I2S_TRANSMIT && wordwidth > 0) {
if (len > max_fifo_points()) {