]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
PASDK-376:Remove GPIO debug for release
authorFrank Livingston <frank-livingston@ti.com>
Mon, 28 Aug 2017 23:00:45 +0000 (18:00 -0500)
committerFrank Livingston <frank-livingston@ti.com>
Mon, 28 Aug 2017 23:00:45 +0000 (18:00 -0500)
pasdk/test_arm/framework/audioStreamDecodeProc.c

index a3b16baa15f02a209ed4c9525b26a79cebb8fee3..65ab36c70e03c92af5a2d0eae686f43016121c8f 100644 (file)
@@ -831,9 +831,9 @@ Void taskAsdpFxn(
                         //pCb = &pAstCfg->xDecOpCb[z];
                         //TRACE_TERSE1("Dec:pCb=0x%04x", (IArg)pCb);                                                
 
-                        GPIOSetOutput(GPIO_PORT_0, GPIO_PIN_99); // debug
+                        //GPIOSetOutput(GPIO_PORT_0, GPIO_PIN_99);      // debug
                         cbErrno = cbWriteAf(pCbCtl, z, pAfWrt);
-                        GPIOClearOutput(GPIO_PORT_0, GPIO_PIN_99);
+                        //GPIOClearOutput(GPIO_PORT_0, GPIO_PIN_99);    // debug
                         if ((cbErrno < 0) && 
                             (cbErrno != ASP_DECOP_CB_AF_WRITE_OVERFLOW) && 
                             (cbErrno != ASP_DECOP_CB_PCM_WRITE_OVERFLOW))
@@ -872,7 +872,7 @@ Void taskAsdpFxn(
                             
                             cbErrno = 0; // don't return error condition
                         }
-                        //GPIOClearOutput(GPIO_PORT_0, GPIO_PIN_107);
+                        //GPIOClearOutput(GPIO_PORT_0, GPIO_PIN_107);   // debug
                         TRACE_TERSE0("Dec:cbWriteAf() complete");
                         
 #if 0 // (***) FL: shows timing of CB write