1 /**
2   ******************************************************************************
3   * @file    stm32f7xx_hal_sai_ex.c
4   * @author  MCD Application Team
5   * @brief   Empty file; This file is no longer used to set synchronization and
6   *          to get SAI block frequency. Its content is now moved to common files
7   *          (stm32f7xx_hal_sai.c/.h) as there's no device's dependency within F7
8   *          family. It's just kept for compatibility reasons.
9   *
10   ******************************************************************************
11   * @attention
12   *
13   * Copyright (c) 2017 STMicroelectronics.
14   * All rights reserved.
15   *
16   * This software is licensed under terms that can be found in the LICENSE file
17   * in the root directory of this software component.
18   * If no LICENSE file comes with this software, it is provided AS-IS.
19   *
20   ******************************************************************************
21   */
22 
23 /* Includes ------------------------------------------------------------------*/
24 #include "stm32f7xx_hal.h"
25 /* Private typedef -----------------------------------------------------------*/
26 /* Private define ------------------------------------------------------------*/
27 /* Private macro -------------------------------------------------------------*/
28 /* Private variables ---------------------------------------------------------*/
29 /* Private function prototypes -----------------------------------------------*/
30 /* Private functions ---------------------------------------------------------*/
31 
32 
33