mbed 5 experimental branch

Fork of dsp by Simon Ford

Revision:
3:ad02f4ea1fbe
Parent:
0:1014af42efd9
--- a/inc/arm_math.h	Thu Mar 10 15:29:46 2011 +0000
+++ b/inc/arm_math.h	Thu Jun 29 06:56:55 2017 +0000
@@ -223,7 +223,7 @@
 #ifndef _ARM_MATH_H
 #define _ARM_MATH_H
 
-#define ARM_MATH_CM3 // mbed: set to CM£ and include appropriate target cmsis library
+#define ARM_MATH_CM4 // mbed: set to CM� and include appropriate target cmsis library
 #include "cmsis.h"
 
 // #define __CMSIS_GENERIC              /* disable NVIC and Systick functions */
@@ -2138,7 +2138,7 @@
    * @param[out] *pDst points to the output buffer.
    * @return none.
    */
-
+#ifdef 0
   void arm_rfft_q15(
 		    const arm_rfft_instance_q15 * S,
 		    q15_t * pSrc,
@@ -2153,7 +2153,7 @@
    * @param[in]      bitReverseFlag flag that enables (bitReverseFlag=1) or disables (bitReverseFlag=0) bit reversal of output.
    * @return		The function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_ARGUMENT_ERROR if <code>fftLenReal</code> is not a supported value.
    */
-
+#endif
   arm_status arm_rfft_init_q15(
 			       arm_rfft_instance_q15 * S,
 			       arm_cfft_radix4_instance_q15 * S_CFFT,
@@ -2168,12 +2168,12 @@
    * @param[out] *pDst points to the output buffer.
    * @return none.
    */
-
+#ifdef 0
   void arm_rfft_q31(
 		    const arm_rfft_instance_q31 * S,
 		    q31_t * pSrc,
 		    q31_t * pDst);
-
+#endif
   /**
    * @brief  Initialization function for the Q31 RFFT/RIFFT.
    * @param[in, out] *S             points to an instance of the Q31 RFFT/RIFFT structure.