From a1c40a4324c87017198e944c7e853c1520492f97 Mon Sep 17 00:00:00 2001 From: Octasic Inc Date: Fri, 12 Nov 2010 08:58:52 +0200 Subject: importing OCT612x-01.04.04 --- software/octdeviceapi/oct6100api/oct6100_api/oct6100_debug.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'software/octdeviceapi/oct6100api/oct6100_api/oct6100_debug.c') diff --git a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_debug.c b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_debug.c index dc32a82..e6157c2 100644 --- a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_debug.c +++ b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_debug.c @@ -22,9 +22,9 @@ You should have received a copy of the GNU General Public License along with the OCT6100 GPL API; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -$Octasic_Release: OCT612xAPI-01.04.01 $ +$Octasic_Release: OCT612xAPI-01.04.04 $ -$Octasic_Revision: 82 $ +$Octasic_Revision: 83 $ \*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/ @@ -1156,7 +1156,6 @@ UINT32 Oct6100DebugGetDataSer( { if ( f_pGetData->ulGetDataContent == cOCT6100_DEBUG_GET_DATA_CONTENT_COMPLETE ) { - /* Go for the AF events. The AF events are only copied in heavy mode. */ if ( ( f_pGetData->ulGetDataMode == cOCT6100_DEBUG_GET_DATA_MODE_16S ) || ( f_pGetData->ulGetDataMode == cOCT6100_DEBUG_GET_DATA_MODE_120S ) @@ -1407,6 +1406,7 @@ UINT32 Oct6100DebugGetDataSer( else /* if ( f_pGetData->ulGetDataContent != cOCT6100_DEBUG_GET_DATA_CONTENT_COMPLETE ) */ { fResetRemainingDataFlag = TRUE; + pSharedInfo->DebugInfo.fDebugDataBeingDumped = FALSE; } } } @@ -1423,7 +1423,7 @@ UINT32 Oct6100DebugGetDataSer( /* Return total number of bytes. */ f_pGetData->ulTotalNumBytes = pSharedInfo->DebugInfo.ulDebugDataTotalNumBytes; - /* Check if we are done dump the requested content. */ + /* Check if we are done dumping the requested content. */ if ( fResetRemainingDataFlag == TRUE ) pSharedInfo->DebugInfo.ulDebugDataTotalNumBytes = cOCT6100_INVALID_VALUE; -- cgit v1.2.3