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.
Dependencies: mbed mbed-rtos SimpleDMA FreescaleIAP eeprom
Fork of CDMS_CODE_FM_28JAN2017 by
Diff: Compression.h
- Revision:
- 347:2517c9f6bb4f
- Parent:
- 346:204497974293
- Child:
- 353:e1803e801e20
diff -r 204497974293 -r 2517c9f6bb4f Compression.h
--- a/Compression.h	Fri Jan 13 08:00:33 2017 +0000
+++ b/Compression.h	Fri Jan 13 08:06:43 2017 +0000
@@ -1882,11 +1882,11 @@
   //              gPC.printf("timer start %d::",HK_counter);
                 if(id == 1)
                 {
-             //       sd_stat = SD_WRITE(TM_interleave_data,FSC_science+1,3);     //sd_write will return ack later, for now not included
+                    sd_stat = SD_WRITE(TM_interleave_data,FSC_science+1,3);     //sd_write will return ack later, for now not included
                 }
                 else if (id == 2)
                 {
-          //          sd_stat = SD_WRITE(TM_interleave_data,FSC_science+1,2);     //sd_write will return ack later, for now not included
+                   sd_stat = SD_WRITE(TM_interleave_data,FSC_science+1,2);     //sd_write will return ack later, for now not included
                 }
                 if(sd_stat)
                 {
@@ -2778,7 +2778,7 @@
             interleave(TM_convoluted_data,TM_interleave_data);
             interleave(TM_convoluted_data+ 135,TM_interleave_data + 144);
             gPC.printf("endSCI_SD13");
-      //      sd_stat = SD_WRITE(TM_interleave_data,FSC_science+1,1);         //sd_write returns ack, for now not included
+           sd_stat = SD_WRITE(TM_interleave_data,FSC_science+1,1);         //sd_write returns ack, for now not included
             gPC.printf("endSCI_SD14");
             if(sd_stat)
             {
    