aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ext/CMSIS/include/arm_common_tables.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-23 05:40:48 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-23 05:40:48 +0000
commit993ede33c87b510033cfccdd854a6e71472c66cd (patch)
tree21575d9a952ec8d21894bbe773d9ceaaec47456a /os/common/ext/CMSIS/include/arm_common_tables.h
parent4061297c2a41081c374585a6f256a51f1b799058 (diff)
downloadChibiOS-993ede33c87b510033cfccdd854a6e71472c66cd.tar.gz
ChibiOS-993ede33c87b510033cfccdd854a6e71472c66cd.tar.bz2
ChibiOS-993ede33c87b510033cfccdd854a6e71472c66cd.zip
Updated broken CMSIS files with updated broken CMSIS files. Fixes applied.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9342 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ext/CMSIS/include/arm_common_tables.h')
-rw-r--r--os/common/ext/CMSIS/include/arm_common_tables.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/common/ext/CMSIS/include/arm_common_tables.h b/os/common/ext/CMSIS/include/arm_common_tables.h
index 911ecd49a..d5d72417b 100644
--- a/os/common/ext/CMSIS/include/arm_common_tables.h
+++ b/os/common/ext/CMSIS/include/arm_common_tables.h
@@ -1,8 +1,8 @@
/* ----------------------------------------------------------------------
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
*
-* $Date: 19. March 2015
-* $Revision: V.1.4.5
+* $Date: 19. October 2015
+* $Revision: V.1.4.5 a
*
* Project: CMSIS DSP Library
* Title: arm_common_tables.h
@@ -46,8 +46,8 @@
extern const uint16_t armBitRevTable[1024];
extern const q15_t armRecipTableQ15[64];
extern const q31_t armRecipTableQ31[64];
-//extern const q31_t realCoefAQ31[1024];
-//extern const q31_t realCoefBQ31[1024];
+/* extern const q31_t realCoefAQ31[1024]; */
+/* extern const q31_t realCoefBQ31[1024]; */
extern const float32_t twiddleCoef_16[32];
extern const float32_t twiddleCoef_32[64];
extern const float32_t twiddleCoef_64[128];