working version

Dependencies:   mbed mbed-rtos SimpleDMA FreescaleIAP eeprom

Fork of CDMS_CODE_FM_28JAN2017 by samp Srinivasan

Revision:
338:d63eb331a67d
Parent:
321:42bdefc37270
Child:
352:022c513aee03
--- 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) {\