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.
Dependents: mbed-os-example-blinky-5 DISCO-F769NI_TOUCHSCREEN_demo_custom_1 Datarecorder2 DISCO-F769NI_TOUCHSCREEN_demo ... more
Revision 8:d13d7c447539, committed 2019-11-15
- Comitter:
- Jerome Coutant
- Date:
- Fri Nov 15 14:50:16 2019 +0100
- Parent:
- 7:0680eff4de60
- Commit message:
- Correct warning
Changed in this revision
| Drivers/BSP/STM32F769I-Discovery/stm32f769i_discovery_audio.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/Drivers/BSP/STM32F769I-Discovery/stm32f769i_discovery_audio.c Fri Nov 15 14:31:53 2019 +0100
+++ b/Drivers/BSP/STM32F769I-Discovery/stm32f769i_discovery_audio.c Fri Nov 15 14:50:16 2019 +0100
@@ -1440,7 +1440,7 @@
*/
void HAL_DFSDM_FilterRegConvCpltCallback(DFSDM_Filter_HandleTypeDef *hdfsdm_filter)
{
- uint32_t index = 0;
+ int32_t index = 0;
if(hdfsdm_filter == &hAudioInTopLeftFilter)
{
@@ -1516,7 +1516,7 @@
*/
void HAL_DFSDM_FilterRegConvHalfCpltCallback(DFSDM_Filter_HandleTypeDef *hdfsdm_filter)
{
- uint32_t index = 0;
+ int32_t index = 0;
if(hdfsdm_filter == &hAudioInTopLeftFilter)
{