1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

Merge pull request #17642 from jue89/feature/pm-layered-blocker

sys/pm_layered: allow board.h to set PM_BLOCKER_INITIAL
This commit is contained in:
Juergen Fitschen 2022-02-11 19:53:10 +01:00 committed by GitHub
commit 2b5eb0274a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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