From 55d5dda36701cda2857f38ba7d60bd40f2c5e51a Mon Sep 17 00:00:00 2001 From: Octasic Inc Date: Mon, 20 Mar 2006 17:11:56 +0200 Subject: importing OCT612x-01.00-PR40 --- software/octdeviceapi/oct6100api/oct6100_api/oct6100_phasing_tsst.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'software/octdeviceapi/oct6100api/oct6100_api/oct6100_phasing_tsst.c') diff --git a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_phasing_tsst.c b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_phasing_tsst.c index c6297ac..751548e 100644 --- a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_phasing_tsst.c +++ b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_phasing_tsst.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.00-PR39 $ +$Octasic_Release: OCT612xAPI-01.00-PR40 $ -$Octasic_Revision: 42 $ +$Octasic_Revision: 43 $ \*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/ @@ -370,7 +370,7 @@ UINT32 Oct6100ApiCheckPhasingParams( /* Check the phasing length. */ if ( f_pPhasingTsstOpen->ulPhasingLength > 240 || - f_pPhasingTsstOpen->ulPhasingLength == 0 ) + f_pPhasingTsstOpen->ulPhasingLength < 2 ) return cOCT6100_ERR_PHASING_TSST_PHASING_LENGTH; -- cgit v1.2.3