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

cpu/nrf52: 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:16 +02:00
parent 2268caa811
commit 3cb9c1a6f2

View File

@ -72,9 +72,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();