From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/DSP/html/arm_linear_interp_example_f32_8c-example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/DSP/html/arm_linear_interp_example_f32_8c-example.html') diff --git a/docs/DSP/html/arm_linear_interp_example_f32_8c-example.html b/docs/DSP/html/arm_linear_interp_example_f32_8c-example.html index fce1c2b..927a93e 100644 --- a/docs/DSP/html/arm_linear_interp_example_f32_8c-example.html +++ b/docs/DSP/html/arm_linear_interp_example_f32_8c-example.html @@ -32,7 +32,7 @@ Logo
CMSIS-DSP -  Version 1.5.2 +  Version 1.7.0
CMSIS DSP Software Library
@@ -233,7 +233,7 @@ $(document).ready(function(){initNavTree('arm_linear_interp_example_f32_8c-examp
for(i=0; i< TEST_LENGTH_SAMPLES; i++)
{
-
testLinIntOutput[i] = arm_linear_interp_f32(&S, testInputSin_f32[i]);
+
testLinIntOutput[i] = arm_linear_interp_f32(&S, testInputSin_f32[i]);
}
/*------------------------------------------------------------------------------
@@ -275,7 +275,7 @@ $(document).ready(function(){initNavTree('arm_linear_interp_example_f32_8c-examp