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: spislave.cpp
- Revision:
- 1:802fbf02e509
- Parent:
- 0:a43410d1c82b
- Child:
- 2:d21c2f249307
--- a/spislave.cpp Thu Mar 17 14:40:37 2016 +0000
+++ b/spislave.cpp Fri Mar 18 00:14:42 2016 +0000
@@ -15,7 +15,6 @@
if(SPISlave::receive())
{
*getData = SPISlave::read();
- SPISlave::reply(*getData);
flag=1;
}
}