Il y avait des problèmes dans la libraire...

Dependencies:   ST_FREQUENCY_DIVIDER ST_I2S USBDEVICE

Fork of X_NUCLEO_CCA02M1 by ST

Revision:
16:4ab2eac7be21
Parent:
15:17bdadc6aa9c
Child:
20:9952bef19da1
--- a/Middlewares/OpenPDM2PCM/OpenPDMFilter.h	Tue May 02 18:06:58 2017 +0200
+++ b/Middlewares/OpenPDM2PCM/OpenPDMFilter.h	Wed May 03 18:10:29 2017 +0200
@@ -48,7 +48,10 @@
                  (((uint16_t)(A) & 0x00ff) << 8))
 
 
-/* Look-Up Table to improve performance while using more FLASH and RAM memory. */
+/*
+ * Enable to use a Look-Up Table to improve performances while using more FLASH
+ * and RAM memory.
+ */
 #define USE_LUT
 
 
@@ -61,8 +64,6 @@
   float HP_HZ;
   uint16_t In_MicChannels;
   uint16_t Out_MicChannels;
-  uint16_t Decimation;
-  uint16_t SincN;	
   /* Private */
   uint32_t Coef[5];
   uint16_t FilterLen;