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.
Diff: Drivers/BSP/STM32746G-Discovery/stm32746g_discovery_ts.c
- Revision:
- 10:1050c589b2ad
- Parent:
- 8:56384bddaba5
diff -r df2ea349c37a -r 1050c589b2ad Drivers/BSP/STM32746G-Discovery/stm32746g_discovery_ts.c --- a/Drivers/BSP/STM32746G-Discovery/stm32746g_discovery_ts.c Thu Jul 06 16:58:50 2017 +0200 +++ b/Drivers/BSP/STM32746G-Discovery/stm32746g_discovery_ts.c Tue Nov 12 11:24:03 2019 +0100 @@ -2,8 +2,6 @@ ****************************************************************************** * @file stm32746g_discovery_ts.c * @author MCD Application Team - * @version V2.0.0 - * @date 30-December-2016 * @brief This file provides a set of functions needed to manage the Touch * Screen on STM32746G-Discovery board. @verbatim @@ -68,6 +66,11 @@ ****************************************************************************** */ +/* Dependencies +- stm32746g_discovery_lcd.c +- ft5336.c +EndDependencies */ + /* Includes ------------------------------------------------------------------*/ #include "stm32746g_discovery_ts.h"