Skip to content

Commit

Permalink
wiseconnect: Fix conflict with macro TIMERS
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jerome-pouiller authored and jhedberg committed Feb 7, 2025
1 parent 14d1946 commit 4def302
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4def302

Please # to comment.