Repository for CDMS code

Dependencies:   SimpleDMA mbed-rtos mbed eeprom

Fork of COM_MNG_TMTC_SIMPLE by Shreesha S

Files at this revision

API Documentation at this revision

Comitter:
ee12b079
Date:
Thu Jun 30 21:40:37 2016 +0000
Parent:
199:9f03d6ca94c9
Child:
201:3410fc4d80f0
Commit message:
revising last commit;

Changed in this revision

OBSRS.h Show annotated file Show diff for this revision Revisions of this file
adf.h Show annotated file Show diff for this revision Revisions of this file
--- a/OBSRS.h	Thu Jun 30 21:38:54 2016 +0000
+++ b/OBSRS.h	Thu Jun 30 21:40:37 2016 +0000
@@ -286,7 +286,7 @@
         if(counter_S_frame == 48){\
                enable_new_segment=false;\
                counter_S_frame = 0;\
-               gPC.printf("S_frame_sent\r\n");\
+               /*gPC.printf("S_frame_sent\r\n");*/\
                if(new_OBSRS_TC){\
                     enable_call_sign = true;\
                     new_OBSRS_TC = false;\                   
--- a/adf.h	Thu Jun 30 21:38:54 2016 +0000
+++ b/adf.h	Thu Jun 30 21:40:37 2016 +0000
@@ -215,7 +215,7 @@
         spi.write(0x20);\
         for(unsigned char i=0; i<112;i++){\
             if(bypass_adf);\
-                /*gPC.putc(buffer_112[i]);*/\
+                gPC.putc(buffer_112[i]);\
             else\
                 spi.write(buffer_112[i]);\
             /*gPC.printf("0x%02X,",buffer_112[i]);*/\
@@ -226,7 +226,7 @@
         spi.write(0x90);\
         for(unsigned char i=0; i<112;i++){\
             if(bypass_adf);\
-                /*gPC.putc(buffer_112[i]);*/\
+                gPC.putc(buffer_112[i]);\
             else\
                 spi.write(buffer_112[i]);\
             /*gPC.printf("0x%02X,",buffer_112[i]);*/\