Skip to content

Commit b651d01

Browse files
Remove unused with (#430)
1 parent 1c17980 commit b651d01

File tree

6 files changed

+3
-15
lines changed

6 files changed

+3
-15
lines changed

boards/stm32_common/ltdc/framebuffer_ltdc.adb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
-- --
3030
------------------------------------------------------------------------------
3131

32-
with Ada.Unchecked_Conversion;
33-
3432
with STM32.DMA2D.Interrupt;
3533
with STM32.DMA2D.Polling;
3634
with STM32.SDRAM; use STM32.SDRAM;

boards/stm32_common/otm8009a/framebuffer_dsi.adb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
------------------------------------------------------------------------------
3131

3232
with Ada.Real_Time; use Ada.Real_Time;
33-
with Ada.Unchecked_Conversion;
3433
with Ada.Interrupts.Names;
3534

3635
with Cortex_M.Cache;

boards/stm32_common/stm32f429disco/framebuffer_ili9341.adb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
-- --
3030
------------------------------------------------------------------------------
3131

32-
with Ada.Unchecked_Conversion;
33-
3432
with STM32.Board; use STM32.Board;
3533
with STM32.Device; use STM32.Device;
3634
with STM32.GPIO; use STM32.GPIO;

boards/stm32_common/stm32f469disco/touch_panel_ft6x06.adb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131

3232
-- Based on ft6x06.h from MCD Application Team
3333

34-
with Ada.Unchecked_Conversion;
35-
3634
with STM32.Board; use STM32.Board;
3735
with STM32.Device; use STM32.Device;
3836
with STM32.I2C;

boards/stm32_common/stm32f746disco/touch_panel_ft5336.adb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,9 @@
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;
4037
with STM32.Setup;
4138

4239
package body Touch_Panel_FT5336 is

boards/stm32_common/stm32f769disco/touch_panel_ft6x06.adb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
-- Based on ft6x06.h from MCD Application Team
3333

3434
with Ada.Real_Time; use Ada.Real_Time;
35-
with Ada.Unchecked_Conversion;
36-
3735
with STM32.Board; use STM32.Board;
3836
with STM32.I2C; use STM32.I2C;
3937
with STM32.Setup;

0 commit comments

Comments
 (0)