Skip to content

Commit aaad8ca

Browse files
[nrf fromlist] 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. Upstream PR #: 86339 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent 7e1ff38 commit aaad8ca

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)