Skip to content

Commit

Permalink
Fix warnings in i2c tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGrosser committed Aug 11, 2023
1 parent 0dd8c30 commit f3c2d47
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/src/i2c_tests.adb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ package body I2C_Tests is
procedure Test_Single
(T : in out AUnit.Test_Cases.Test_Case'Class)
is
use HAL.I2C;
use HAL;
Data : UInt8;
Status : RP.I2C.I2C_Status;
Expand Down Expand Up @@ -123,7 +122,6 @@ package body I2C_Tests is
procedure Test_Repeated_Start
(T : in out AUnit.Test_Cases.Test_Case'Class)
is
use HAL.I2C;
use HAL;
Data : UInt8;
Status : RP.I2C.I2C_Status;
Expand Down Expand Up @@ -164,7 +162,6 @@ package body I2C_Tests is
procedure Test_Long_Transfer
(T : in out AUnit.Test_Cases.Test_Case'Class)
is
use HAL.I2C;
use HAL;
Data : UInt8;
Status : RP.I2C.I2C_Status;
Expand Down

0 comments on commit f3c2d47

Please sign in to comment.