From 6ca60bec26bcd86c964adb3b10a680647714e4e2 Mon Sep 17 00:00:00 2001 From: Hayley Date: Fri, 21 Jun 2019 15:49:04 -0500 Subject: [PATCH] Commented out the test audio pkt --- DSP_API/ThumbDV/thumbDV.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/DSP_API/ThumbDV/thumbDV.c b/DSP_API/ThumbDV/thumbDV.c index f9e1e6e..931841f 100644 --- a/DSP_API/ThumbDV/thumbDV.c +++ b/DSP_API/ThumbDV/thumbDV.c @@ -737,11 +737,6 @@ static void _connectSerial( FT_HANDLE * ftHandle ) thumbDV_writeSerial( *ftHandle, pkt_compand, 6 ); thumbDV_processSerial(*ftHandle); - unsigned char test_coded[15] = {0x61, 0x00 , 0x0B , 0x01 , 0x01 , 0x48 , 0x5E , 0x83 , 0x12 , 0x3B , 0x98 , 0x79 , 0xDE , 0x13 , 0x90}; - - thumbDV_writeSerial( *ftHandle, test_coded, 15 ); - thumbDV_processSerial(*ftHandle); - unsigned char pkt_fmt[7] = {0x61, 0x00, 0x3, 0x00, 0x15, 0x00, 0x00}; thumbDV_writeSerial( *ftHandle, pkt_fmt, 7 ); thumbDV_processSerial(*ftHandle);