Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ST_FREQUENCY_DIVIDER ST_I2S USBDEVICE
Fork of X_NUCLEO_CCA02M1 by
Revision 13:90465220b75f, committed 2017-04-28
- 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
--- 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;
