From 48200ba1d500a1a2719695e2dad1bf326a034b74 Mon Sep 17 00:00:00 2001 From: Nikodem Kastelik Date: Tue, 11 Feb 2025 11:50:10 +0100 Subject: [PATCH] samples: bluetooth: remove nrf_rtc.h include This HAL is unused so its inclusion is redundant. Signed-off-by: Nikodem Kastelik --- samples/bluetooth/conn_time_sync/src/timed_led_toggle.c | 1 - samples/bluetooth/iso_time_sync/src/timed_led_toggle.c | 1 - 2 files changed, 2 deletions(-) diff --git a/samples/bluetooth/conn_time_sync/src/timed_led_toggle.c b/samples/bluetooth/conn_time_sync/src/timed_led_toggle.c index 34e8779d537f..b6834bab6418 100644 --- a/samples/bluetooth/conn_time_sync/src/timed_led_toggle.c +++ b/samples/bluetooth/conn_time_sync/src/timed_led_toggle.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include "conn_time_sync.h" diff --git a/samples/bluetooth/iso_time_sync/src/timed_led_toggle.c b/samples/bluetooth/iso_time_sync/src/timed_led_toggle.c index b5f7afcad89f..fafa39322476 100644 --- a/samples/bluetooth/iso_time_sync/src/timed_led_toggle.c +++ b/samples/bluetooth/iso_time_sync/src/timed_led_toggle.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include "iso_time_sync.h"