From 2d88cfca152242e4984da037a9947f41fc87de1d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joakim=20Nohlg=C3=A5rd?= <joakim.nohlgard@eistec.se>
Date: Tue, 15 May 2018 10:05:18 +0200
Subject: [PATCH] native: Define PROVIDES_PM_SET_LOWEST

---
 cpu/native/include/periph_cpu.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpu/native/include/periph_cpu.h b/cpu/native/include/periph_cpu.h
index 25cb322d88..20ec4f65ae 100644
--- a/cpu/native/include/periph_cpu.h
+++ b/cpu/native/include/periph_cpu.h
@@ -42,6 +42,7 @@ extern "C" {
  * @{
  */
 #define PROVIDES_PM_OFF
+#define PROVIDES_PM_SET_LOWEST
 /** @} */
 
 #ifdef __cplusplus
-- 
GitLab