Test1

Dependencies:   mbed

Revision:
13:b9e066badefa
Parent:
12:6f63e376c0aa
Child:
14:b113f676ef42
--- a/main.cpp	Sat Aug 03 21:21:01 2019 +0000
+++ b/main.cpp	Sun Aug 04 09:56:54 2019 +0000
@@ -13,10 +13,9 @@
             //Для дебилов: в mbed типы "int" и "unsigned int" имеют размер 4 байта !!!
             
     while(1) {
-        if ( ArrRxCmplt == 1 ){
+        if ( RxBuffFull == 1 ) { RxBuffFull = 0;
             memcpy(&TxBuff, &RxBuff, ArrTxSize);
             TxBuffFull = 1;
-            ArrRxCmplt = 0;
             }
         if( !ArrTxBusy && TxBuffFull ) {
             StartTx();