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

sys/pm_layered: allow board.h to set PM_BLOCKER_INITIAL

This commit is contained in:
Juergen Fitschen 2022-02-11 17:05:34 +01:00
parent 8c36648bd5
commit b957b3cea1

View File

@ -20,6 +20,7 @@
#include <assert.h>
#include "board.h"
#include "atomic_utils.h"
#include "irq.h"
#include "periph/pm.h"