Dependents:   XBEE_LPC1114

Files at this revision

API Documentation at this revision

Comitter:
inst
Date:
Thu Nov 12 08:05:36 2015 +0000
Parent:
0:f55382f220f2
Commit message:

Changed in this revision

SerialToI2C.cpp Show annotated file Show diff for this revision Revisions of this file
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;
         }