From d2086f98612eb7db46f4323a28f96e07a0168ea3 Mon Sep 17 00:00:00 2001 From: Christophe Favergeon Date: Thu, 19 Oct 2023 08:44:41 +0200 Subject: [PATCH] Removed comment in arm_math.h Reference to compute graph removed since now it is a separate project : CMSIS-Stream. --- Include/arm_math.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Include/arm_math.h b/Include/arm_math.h index 59462c2ab..06bb46635 100644 --- a/Include/arm_math.h +++ b/Include/arm_math.h @@ -60,10 +60,6 @@ * of a buffer. You don't have to modify your buffers but just ensure that the * end of buffer + padding is not outside of a memory region. * - * CMSIS-DSP pack is containing an optional project : The CMSIS-DSP - * Compute Graph. The documentation for this project is available - * on the CMSIS-DSP github repository. - * * A Python wrapper is also available with a Python API as close as possible * to the C one. It can be used to start developing and testing an algorithm with NumPy and * SciPy before writing the C version. Is is available on PyPI.org. @@ -160,7 +156,7 @@ * * \section license License * - * The CMSIS-DSP is provided free of charge under the Apache 2.0 License. + * The CMSIS-DSP is provided free of charge under the Apache 2.0 License. */