STM32Cube BSP FW for STM32F769I-Discovery

Dependents:   mbed-os-example-blinky-5 DISCO-F769NI_TOUCHSCREEN_demo_custom_1 Datarecorder2 DISCO-F769NI_TOUCHSCREEN_demo ... more

Revision:
1:3e58f8a39705
Parent:
0:c0f3bbab73d2
Child:
4:72a949940ad6
--- a/Drivers/BSP/Components/adv7533/adv7533.c	Fri Feb 10 13:08:21 2017 +0100
+++ b/Drivers/BSP/Components/adv7533/adv7533.c	Thu Feb 23 14:14:08 2017 +0100
@@ -2,8 +2,8 @@
   ******************************************************************************
   * @file    adv7533.c
   * @author  MCD Application Team
-  * @version V1.0.0
-  * @date    26-August-2016
+  * @version V1.0.1
+  * @date    05-December-2016
   * @brief   This file provides the ADV7533 DSI to HDMI bridge driver 
   ******************************************************************************
   * @attention
@@ -74,18 +74,15 @@
   adv7533_AudioInit,
   adv7533_DeInit,
   adv7533_ReadID,
- 
   adv7533_Play,
   adv7533_Pause,
   adv7533_Resume,
   adv7533_Stop,  
-
   adv7533_SetFrequency,
-  0, /* adv7533_SetVolume not supported */
+  adv7533_SetVolume, /* Not supported, added for compatibility */
   adv7533_SetMute,  
-  0, /* adv7533_SetOutputMode not supported */
- 
-  0 /* adv7533_Reset not supported */
+  adv7533_SetOutputMode, /* Not supported, added for compatibility */ 
+  adv7533_Reset /* Not supported, added for compatibility */
 };
 
 /**