Skip to content

Commit b29f35e

Browse files
nika-nordicNordicBuilder
authored andcommitted
samples: bluetooth: remove nrf_rtc.h include
This HAL is unused so its inclusion is redundant. Signed-off-by: Nikodem Kastelik <[email protected]>
1 parent 4a1508b commit b29f35e

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

samples/bluetooth/conn_time_sync/src/timed_led_toggle.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include <zephyr/device.h>
1515
#include <zephyr/drivers/gpio.h>
1616
#include <soc.h>
17-
#include <hal/nrf_rtc.h>
1817
#include <nrfx_gpiote.h>
1918
#include <helpers/nrfx_gppi.h>
2019
#include "conn_time_sync.h"

samples/bluetooth/iso_time_sync/src/timed_led_toggle.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include <zephyr/device.h>
1515
#include <zephyr/drivers/gpio.h>
1616
#include <soc.h>
17-
#include <hal/nrf_rtc.h>
1817
#include <nrfx_gpiote.h>
1918
#include <helpers/nrfx_gppi.h>
2019
#include "iso_time_sync.h"

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ manifest:
6666
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6767
- name: zephyr
6868
repo-path: sdk-zephyr
69-
revision: pull/2492/head
69+
revision: 16dc0c6c01401abcb069ec35139f490c2b13d907
7070
import:
7171
# In addition to the zephyr repository itself, NCS also
7272
# imports the contents of zephyr/west.yml at the above

0 commit comments

Comments
 (0)