From 4def302564e0b87e5f7909bc0a4cd875218b9182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pouiller?= Date: Wed, 5 Feb 2025 21:37:41 +0100 Subject: [PATCH] wiseconnect: Fix conflict with macro TIMERS Wiseconnect define the "TIMERS" macro. This causes failures during Zephyr compilation. However "TIMERS" symbol is not use by Wiseconnect, so it can be safely removed. --- .../device/silabs/si91x/mcu/core/chip/inc/si91x_device.h | 1 - 1 file changed, 1 deletion(-) diff --git a/wiseconnect/components/device/silabs/si91x/mcu/core/chip/inc/si91x_device.h b/wiseconnect/components/device/silabs/si91x/mcu/core/chip/inc/si91x_device.h index 4df07c6a4..b6050aaad 100644 --- a/wiseconnect/components/device/silabs/si91x/mcu/core/chip/inc/si91x_device.h +++ b/wiseconnect/components/device/silabs/si91x/mcu/core/chip/inc/si91x_device.h @@ -15953,7 +15953,6 @@ typedef struct { /*!< (@ 0x24042400) SDC Structure #define GPDMA_G ((GPDMA_G_Type *)GPDMA_G_BASE) #define GPDMA_C ((GPDMA_C_Type *)GPDMA_C_BASE) #define HWRNG ((HWRNG_Type *)HWRNG_BASE) -#define TIMERS ((TIMERS_Type *)TIMERS_BASE) #define QEI ((QEI_Type *)QEI_BASE) #define USART0 ((USART0_Type *)USART0_BASE) #define UART0 ((USART0_Type *)UART0_BASE)