We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8dc981 + f0e0e9f commit 1d26dbbCopy full SHA for 1d26dbb
targets/TARGET_Cypress/TARGET_PSOC6_FUTURE/lp_ticker.c
@@ -63,8 +63,8 @@ static cy_stc_mcwdt_config_t config = {
63
// Interrupt configuration.
64
static cy_stc_sysint_t lpt_sysint_config = {
65
#if defined(TARGET_MCU_PSOC6_M0)
66
- .intrSrc = (IRQn_Type)(-1),
67
- .cm0pSrc = CY_M0_CORE_IRQ_CHANNEL_LP_TICKER,
+ .intrSrc = CY_M0_CORE_IRQ_CHANNEL_LP_TICKER,
+ .cm0pSrc = LPT_INTERRUPT_SOURCE,
68
#else
69
.intrSrc = LPT_INTERRUPT_SOURCE,
70
#endif
0 commit comments