1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/nrf9160: remove duplicate set of SEVONPEND bit

Signed-off-by: dylad <dylan.laduranty@mesotic.com>
This commit is contained in:
dylad 2023-06-28 18:42:30 +02:00
parent 3cb9c1a6f2
commit 1e0b58a5a4

View File

@ -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();