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: SerialToI2C.cpp
- Revision:
- 1:a3a4ae2c5af2
- Parent:
- 0:f55382f220f2
diff -r f55382f220f2 -r a3a4ae2c5af2 SerialToI2C.cpp
--- a/SerialToI2C.cpp Wed Oct 14 06:09:52 2015 +0000
+++ b/SerialToI2C.cpp Thu Nov 12 08:05:36 2015 +0000
@@ -72,14 +72,6 @@
mI2C->write( buf, 4 );
- /*
- if ( ( mActionType == STOP ) &&
- ( ( mStopDetailType == INCREMENT ) || ( mStopDetailType == DECREMENT ) ) ){
- //mRecv &= 0xF0;
- mRecv &= 0xF8;
- }
- */
-
mI2CSentData = mRecv;
break;
}