Skip to content

Commit b7d6632

Browse files
bjarki-andreasenfabiobaltieri
authored andcommitted
tests: drivers: clock_control: nrf_clock_control: update fll16m
Update the nrf clock control test suite to not attempt to set the removed closed loop mode of the fll16m clock. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
1 parent f94c6f2 commit b7d6632

File tree

1 file changed

+0
-5
lines changed
  • tests/drivers/clock_control/nrf_clock_control/src

1 file changed

+0
-5
lines changed

tests/drivers/clock_control/nrf_clock_control/src/main.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ const struct nrf_clock_spec test_clk_specs_fll16m[] = {
4141
.accuracy = 20000,
4242
.precision = NRF_CLOCK_CONTROL_PRECISION_DEFAULT,
4343
},
44-
{
45-
.frequency = MHZ(16),
46-
.accuracy = 5020,
47-
.precision = NRF_CLOCK_CONTROL_PRECISION_DEFAULT,
48-
},
4944
{
5045
.frequency = MHZ(16),
5146
.accuracy = 30,

0 commit comments

Comments
 (0)