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.
Dependents: F746_SD_WavPlayer F746_SD_GraphicEqualizer_ren0620 Joerg_turbo_ede CW_Decoder_using_FFT_on_DiscoF746NG ... more
Diff: SAI_InOut.cpp
- Revision:
- 9:25a9655d6a0e
- Parent:
- 8:9893f8e53b07
- Child:
- 10:eb439bbba0f2
--- a/SAI_InOut.cpp Fri Nov 04 09:20:08 2016 +0000
+++ b/SAI_InOut.cpp Mon Jan 23 13:35:07 2017 +0000
@@ -1,6 +1,6 @@
//-----------------------------------------------------------
-// SiaIO class
-// 2016/11/04, Copyright (c) 2016 MIKAMI, Naoki
+// SaiIO class
+// 2017/01/23, Copyright (c) 2017 MIKAMI, Naoki
//-----------------------------------------------------------
#include "SAI_InOut.hpp"
@@ -58,6 +58,7 @@
if (!captured_) return false;
inIndex_ = inOffset_;
+ captured_ = false;
return true;
}
@@ -76,6 +77,7 @@
if (!xferred_) return false;
tmpIndex_ = 0;
+ xferred_ = false;
return true;
}