Skip to content

Commit

Permalink
Remove unused with (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau authored May 29, 2024
1 parent 1c17980 commit b651d01
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 15 deletions.
2 changes: 0 additions & 2 deletions boards/stm32_common/ltdc/framebuffer_ltdc.adb
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
-- --
------------------------------------------------------------------------------

with Ada.Unchecked_Conversion;

with STM32.DMA2D.Interrupt;
with STM32.DMA2D.Polling;
with STM32.SDRAM; use STM32.SDRAM;
Expand Down
1 change: 0 additions & 1 deletion boards/stm32_common/otm8009a/framebuffer_dsi.adb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
------------------------------------------------------------------------------

with Ada.Real_Time; use Ada.Real_Time;
with Ada.Unchecked_Conversion;
with Ada.Interrupts.Names;

with Cortex_M.Cache;
Expand Down
2 changes: 0 additions & 2 deletions boards/stm32_common/stm32f429disco/framebuffer_ili9341.adb
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
-- --
------------------------------------------------------------------------------

with Ada.Unchecked_Conversion;

with STM32.Board; use STM32.Board;
with STM32.Device; use STM32.Device;
with STM32.GPIO; use STM32.GPIO;
Expand Down
2 changes: 0 additions & 2 deletions boards/stm32_common/stm32f469disco/touch_panel_ft6x06.adb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@

-- Based on ft6x06.h from MCD Application Team

with Ada.Unchecked_Conversion;

with STM32.Board; use STM32.Board;
with STM32.Device; use STM32.Device;
with STM32.I2C;
Expand Down
9 changes: 3 additions & 6 deletions boards/stm32_common/stm32f746disco/touch_panel_ft5336.adb
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,9 @@

-- Based on ft5336.h from MCD Application Team

with Ada.Real_Time; use Ada.Real_Time;
with Ada.Unchecked_Conversion;

with HAL.Touch_Panel; use HAL.Touch_Panel;

with STM32.Board; use STM32.Board;
with Ada.Real_Time; use Ada.Real_Time;
with HAL.Touch_Panel; use HAL.Touch_Panel;
with STM32.Board; use STM32.Board;
with STM32.Setup;

package body Touch_Panel_FT5336 is
Expand Down
2 changes: 0 additions & 2 deletions boards/stm32_common/stm32f769disco/touch_panel_ft6x06.adb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
-- Based on ft6x06.h from MCD Application Team

with Ada.Real_Time; use Ada.Real_Time;
with Ada.Unchecked_Conversion;

with STM32.Board; use STM32.Board;
with STM32.I2C; use STM32.I2C;
with STM32.Setup;
Expand Down

0 comments on commit b651d01

Please sign in to comment.