Skip to content

Commit 77ac600

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.
1 parent 15994d7 commit 77ac600

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
@@ -16079,7 +16079,6 @@ typedef struct { /*!< (@ 0x24042400) SDC Structure
1607916079
#define GPDMA_G ((GPDMA_G_Type *)GPDMA_G_BASE)
1608016080
#define GPDMA_C ((GPDMA_C_Type *)GPDMA_C_BASE)
1608116081
#define HWRNG ((HWRNG_Type *)HWRNG_BASE)
16082-
#define TIMERS ((TIMERS_Type *)TIMERS_BASE)
1608316082
#define QEI ((QEI_Type *)QEI_BASE)
1608416083
#define USART0 ((USART0_Type *)USART0_BASE)
1608516084
#define UART0 ((USART0_Type *)UART0_BASE)

0 commit comments

Comments
 (0)