Quentin Roche / X_NUCLEO_CCA02M1

Dependencies:   ST_FREQUENCY_DIVIDER ST_I2S USBDEVICE

Fork of X_NUCLEO_CCA02M1 by ST

Files at this revision

API Documentation at this revision

Comitter:
Davidroid
Date:
Fri Apr 28 15:42:58 2017 +0000
Parent:
12:193d495b4688
Child:
14:377677cca2e9
Commit message:
Removed debug information.

Changed in this revision

BSP/XNucleoCCA02M1_config.h Show annotated file Show diff for this revision Revisions of this file
Middlewares/OpenPDM2PCM/OpenPDMFilter.c Show annotated file Show diff for this revision Revisions of this file
--- a/BSP/XNucleoCCA02M1_config.h	Fri Apr 28 17:23:25 2017 +0200
+++ b/BSP/XNucleoCCA02M1_config.h	Fri Apr 28 15:42:58 2017 +0000
@@ -73,6 +73,6 @@
  * Enable to signal the duration of the PDM2PCM library utilization, which can
  * be seen through an oscilloscope.
  */
-#define PDM2PCM_AUDIO_DEBUG
+//#define PDM2PCM_AUDIO_DEBUG
 
 #endif /* __X_NUCLEO_CCA02M1_CONFIG_H */
--- a/Middlewares/OpenPDM2PCM/OpenPDMFilter.c	Fri Apr 28 17:23:25 2017 +0200
+++ b/Middlewares/OpenPDM2PCM/OpenPDMFilter.c	Fri Apr 28 15:42:58 2017 +0000
@@ -66,7 +66,7 @@
 
 inline int64_t filterTable(uint8_t *data, uint8_t table, uint8_t decimation, uint8_t channels)
 {
-  uint8_t c, i, j;
+  uint8_t c, i;
   uint16_t data_index = 0;
   uint32_t *coef_p = &coef[table][0];
   int64_t F = 0;