Skip to content

Commit 8b96856

Browse files
jerome-pouillerjhedberg
authored andcommitted
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. Signed-off-by: Jérôme Pouiller <[email protected]>
1 parent 27a2554 commit 8b96856

File tree

1 file changed

+0
-1
lines changed
  • wiseconnect/components/device/silabs/si91x/mcu/core/chip/inc

1 file changed

+0
-1
lines changed

wiseconnect/components/device/silabs/si91x/mcu/core/chip/inc/si91x_device.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15927,7 +15927,6 @@ typedef struct { /*!< (@ 0x24042400) SDC Structure
1592715927
#define GPDMA_G ((GPDMA_G_Type *)GPDMA_G_BASE)
1592815928
#define GPDMA_C ((GPDMA_C_Type *)GPDMA_C_BASE)
1592915929
#define HWRNG ((HWRNG_Type *)HWRNG_BASE)
15930-
#define TIMERS ((TIMERS_Type *)TIMERS_BASE)
1593115930
#define QEI ((QEI_Type *)QEI_BASE)
1593215931
#define USART0 ((USART0_Type *)USART0_BASE)
1593315932
#define UART0 ((USART0_Type *)UART0_BASE)

0 commit comments

Comments
 (0)