Skip to content

Commit

Permalink
[nrf fromlist] tests: drivers: clock_control: nrf_clock_control: upda…
Browse files Browse the repository at this point in the history
…te 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]>
  • Loading branch information
bjarki-andreasen committed Feb 26, 2025
1 parent 7e1ff38 commit aaad8ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/drivers/clock_control/nrf_clock_control/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ const struct nrf_clock_spec test_clk_specs_fll16m[] = {
.accuracy = 20000,
.precision = NRF_CLOCK_CONTROL_PRECISION_DEFAULT,
},
{
.frequency = MHZ(16),
.accuracy = 5020,
.precision = NRF_CLOCK_CONTROL_PRECISION_DEFAULT,
},
{
.frequency = MHZ(16),
.accuracy = 30,
Expand Down

0 comments on commit aaad8ca

Please sign in to comment.