File tree Expand file tree Collapse file tree 6 files changed +3
-15
lines changed Expand file tree Collapse file tree 6 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 2929-- --
3030-- ----------------------------------------------------------------------------
3131
32- with Ada.Unchecked_Conversion ;
33-
3432with STM32.DMA2D.Interrupt ;
3533with STM32.DMA2D.Polling ;
3634with STM32.SDRAM ; use STM32.SDRAM;
Original file line number Diff line number Diff line change 3030-- ----------------------------------------------------------------------------
3131
3232with Ada.Real_Time ; use Ada.Real_Time;
33- with Ada.Unchecked_Conversion ;
3433with Ada.Interrupts.Names ;
3534
3635with Cortex_M.Cache ;
Original file line number Diff line number Diff line change 2929-- --
3030-- ----------------------------------------------------------------------------
3131
32- with Ada.Unchecked_Conversion ;
33-
3432with STM32.Board ; use STM32.Board;
3533with STM32.Device ; use STM32.Device;
3634with STM32.GPIO ; use STM32.GPIO;
Original file line number Diff line number Diff line change 3131
3232-- Based on ft6x06.h from MCD Application Team
3333
34- with Ada.Unchecked_Conversion ;
35-
3634with STM32.Board ; use STM32.Board;
3735with STM32.Device ; use STM32.Device;
3836with STM32.I2C ;
Original file line number Diff line number Diff line change 3131
3232-- Based on ft5336.h from MCD Application Team
3333
34- with Ada.Real_Time ; use Ada.Real_Time;
35- with Ada.Unchecked_Conversion ;
36-
37- with HAL.Touch_Panel ; use HAL.Touch_Panel;
38-
39- with STM32.Board ; use STM32.Board;
34+ with Ada.Real_Time ; use Ada.Real_Time;
35+ with HAL.Touch_Panel ; use HAL.Touch_Panel;
36+ with STM32.Board ; use STM32.Board;
4037with STM32.Setup ;
4138
4239package body Touch_Panel_FT5336 is
Original file line number Diff line number Diff line change 3232-- Based on ft6x06.h from MCD Application Team
3333
3434with Ada.Real_Time ; use Ada.Real_Time;
35- with Ada.Unchecked_Conversion ;
36-
3735with STM32.Board ; use STM32.Board;
3836with STM32.I2C ; use STM32.I2C;
3937with STM32.Setup ;
You can’t perform that action at this time.
0 commit comments