APP4

Dependencies:   mbed-rtos mbed

Fork of rtos_basic by mbed official

Files at this revision

API Documentation at this revision

Comitter:
jpbaillargeon
Date:
Tue Oct 23 20:31:23 2018 +0000
Parent:
22:e73831429e1c
Commit message:
valid

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Oct 23 18:21:59 2018 +0000
+++ b/main.cpp	Tue Oct 23 20:31:23 2018 +0000
@@ -154,6 +154,7 @@
     int_to_bin2(bin, crc);
     for(int i=0; i<8; i++){
         *message=bin[i];
+        //*message=0;
         message++;      
     }
     for(int i=0; i<8; i++){