From 9678f134080c2fe17c5b1a603c2ed57b092ab318 Mon Sep 17 00:00:00 2001 From: Robert Hartung Date: Wed, 25 Oct 2017 17:07:55 +0200 Subject: [PATCH] pm_layered: make sure no conflict for pm_set_lowest and periph_common exists --- sys/include/pm_layered.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/include/pm_layered.h b/sys/include/pm_layered.h index f237a6f1e9..d7fa07e169 100644 --- a/sys/include/pm_layered.h +++ b/sys/include/pm_layered.h @@ -45,6 +45,10 @@ extern "C" { #define PROVIDES_PM_OFF #endif +#ifndef PROVIDES_PM_SET_LOWEST +#define PROVIDES_PM_SET_LOWEST +#endif + /** * @brief Block a power mode *