From b957b3cea14f48e40549e8b4965084f4ab8b5a18 Mon Sep 17 00:00:00 2001 From: Juergen Fitschen Date: Fri, 11 Feb 2022 17:05:34 +0100 Subject: [PATCH] sys/pm_layered: allow board.h to set PM_BLOCKER_INITIAL --- sys/pm_layered/pm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/pm_layered/pm.c b/sys/pm_layered/pm.c index 260e39fd4c..2d2b0e0aec 100644 --- a/sys/pm_layered/pm.c +++ b/sys/pm_layered/pm.c @@ -20,6 +20,7 @@ #include +#include "board.h" #include "atomic_utils.h" #include "irq.h" #include "periph/pm.h"