mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10291 from lrusinowicz/sequana_psa_deepsleep
FUTURE_SEQUANA: Fixed LP ticker for M0 corepull/10302/head
commit
1d26dbb068
|
@ -63,8 +63,8 @@ static cy_stc_mcwdt_config_t config = {
|
|||
// Interrupt configuration.
|
||||
static cy_stc_sysint_t lpt_sysint_config = {
|
||||
#if defined(TARGET_MCU_PSOC6_M0)
|
||||
.intrSrc = (IRQn_Type)(-1),
|
||||
.cm0pSrc = CY_M0_CORE_IRQ_CHANNEL_LP_TICKER,
|
||||
.intrSrc = CY_M0_CORE_IRQ_CHANNEL_LP_TICKER,
|
||||
.cm0pSrc = LPT_INTERRUPT_SOURCE,
|
||||
#else
|
||||
.intrSrc = LPT_INTERRUPT_SOURCE,
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue