Skip to content

Commit

Permalink
cpu/nrf9160: remove duplicate set of SEVONPEND bit
Browse files Browse the repository at this point in the history
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
  • Loading branch information
dylad committed Jun 28, 2023
1 parent 3cb9c1a commit 1e0b58a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cpu/nrf9160/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ void cpu_init(void)
/* call cortexm default initialization */
cortexm_init();

/* enable wake up on events for __WFE CPU sleep */
SCB->SCR |= SCB_SCR_SEVONPEND_Msk;

/* initialize stdio prior to periph_init() to allow use of DEBUG() there */
early_init();

Expand Down

0 comments on commit 1e0b58a

Please sign in to comment.