From c41dd0a02d4d92af0ba337fa530c58be6cceb5b4 Mon Sep 17 00:00:00 2001 From: tcsadmin Date: Wed, 13 Oct 2010 16:53:26 +0000 Subject: Changes to support raw/gps bluetooth data mode git-svn-id: https://mindboards.svn.sourceforge.net/svnroot/mindboards/lms_nbcnxc_128/trunk@19 c9361245-7fe8-9947-84e8-057757c4e366 --- AT91SAM7S256/Source/d_bt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AT91SAM7S256/Source/d_bt.h') diff --git a/AT91SAM7S256/Source/d_bt.h b/AT91SAM7S256/Source/d_bt.h index aab544f..5a5fd97 100644 --- a/AT91SAM7S256/Source/d_bt.h +++ b/AT91SAM7S256/Source/d_bt.h @@ -33,7 +33,7 @@ void dBtResetTimeOut(void); void dBtClearTimeOut(void); UBYTE dBtGetBc4CmdSignal(void); UWORD dBtTxEnd(void); -UWORD dBtReceivedData(UWORD *pLength, UWORD *pBytesToGo); +UWORD dBtReceivedData(UWORD *pLength, UWORD *pBytesToGo, UBYTE NoLengthBytes); UWORD dBtCheckForTxBuf(void); #endif -- cgit v1.2.3