Repository for CDMS code

Dependencies:   SimpleDMA mbed-rtos mbed eeprom

Fork of COM_MNG_TMTC_SIMPLE by Shreesha S

Revision:
338:d63eb331a67d
Parent:
321:42bdefc37270
--- a/common_functions.h	Sun Jan 01 09:50:36 2017 +0000
+++ b/common_functions.h	Mon Jan 02 14:21:44 2017 +0000
@@ -186,13 +186,12 @@
 }
 
 #define isPAoc(returnHere){\
-    if (COM_TX_OC_FAULT){\
+    if (!com_oc_sw_status){\
         returnHere = 0xFF;\
     }\
     else{\
         returnHere = 0;\
     }\
-    returnHere = 0;\
 }
 
 #define get_call_sign(tm_ptr) {\