From b844b9a599412204451a80c9f34aac84f7d3c31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pouiller?= Date: Thu, 28 Nov 2024 12:34:28 +0100 Subject: [PATCH] wiseconnect: Remove dependency on os_tick.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nothing from os_tick.h was used. Signed-off-by: Jérôme Pouiller --- .../silabs/si91x/wireless/host_mcu/si91x/siwx917_soc_ncp_host.c | 1 - 1 file changed, 1 deletion(-) diff --git a/wiseconnect/components/device/silabs/si91x/wireless/host_mcu/si91x/siwx917_soc_ncp_host.c b/wiseconnect/components/device/silabs/si91x/wireless/host_mcu/si91x/siwx917_soc_ncp_host.c index a07f8a16b..17287f627 100644 --- a/wiseconnect/components/device/silabs/si91x/wireless/host_mcu/si91x/siwx917_soc_ncp_host.c +++ b/wiseconnect/components/device/silabs/si91x/wireless/host_mcu/si91x/siwx917_soc_ncp_host.c @@ -32,7 +32,6 @@ #include "sl_board_configuration.h" #include "sl_status.h" #include "sl_constants.h" -#include "os_tick.h" // CMSIS RTOS2 #include "cmsis_os2.h" // CMSIS RTOS2 #include "sl_si91x_types.h" #include