Skip to content

Commit 1c95cdf

Browse files
committed
fix(hal): fix pmu_ll_ext1_clear_wakeup_status API
1 parent 48b37dd commit 1c95cdf

File tree

1 file changed

+1
-0
lines changed
  • components/hal/esp32p4/include/hal

1 file changed

+1
-0
lines changed

components/hal/esp32p4/include/hal/pmu_ll.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ static inline uint32_t pmu_ll_ext1_get_wakeup_status(void)
702702
static inline void pmu_ll_ext1_clear_wakeup_status(void)
703703
{
704704
REG_SET_BIT(PMU_EXT_WAKEUP_CNTL_REG, PMU_EXT_WAKEUP_STATUS_CLR);
705+
REG_CLR_BIT(PMU_EXT_WAKEUP_CNTL_REG, PMU_EXT_WAKEUP_STATUS_CLR);
705706
}
706707

707708
/**

0 commit comments

Comments
 (0)