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

pm_layered: make sure no conflict for pm_set_lowest and periph_common exists

This commit is contained in:
Robert Hartung 2017-10-25 17:07:55 +02:00
parent ff86015a60
commit 9678f13408

View File

@ -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
*