[WIP] KRKNWK-19688: modules: hal_nordic: use CLOCK_CONTROL_NRF2 for H… #8310
Annotations
1 error, 1 warning, and 1 notice
Run Compliance Tests
Process completed with exit code 1.
|
check-warns:
ClangFormat.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
You may want to run clang-format on this change:
- int ret = nrf_clock_control_cancel_or_release(DEVICE_DT_GET(DT_NODELABEL(hfxo)),
- &spec, &hfclk_cli);
+ int ret = nrf_clock_control_cancel_or_release(DEVICE_DT_GET(DT_NODELABEL(hfxo)), &spec,
+ &hfclk_cli);
File:modules/hal_nordic/nrf_802154/sl_opensource/platform/nrf_802154_clock_zephyr.c
Line:100
|
Run Compliance Tests:
modules/hal_nordic/nrf_802154/sl_opensource/platform/nrf_802154_clock_zephyr.c#L100
modules/hal_nordic/nrf_802154/sl_opensource/platform/nrf_802154_clock_zephyr.c:100
- int ret = nrf_clock_control_cancel_or_release(DEVICE_DT_GET(DT_NODELABEL(hfxo)),
- &spec, &hfclk_cli);
+ int ret = nrf_clock_control_cancel_or_release(DEVICE_DT_GET(DT_NODELABEL(hfxo)), &spec,
+ &hfclk_cli);
|
Loading